emacs.d

bloated emacs configuration
git clone git://git.ckyln.com/~cem/emacs.d.git
Log | Files | Refs | README

commit 1ef1bb51d63a90d3d0e69027c8c13a02bd863526
parent e32c257f874509a8ee7ca6e684250cba92f5c873
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  2 Mar 2020 23:03:35 +0300

add instruction for assume-unchanged git configuration

Diffstat:
Minit.org | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/init.org b/init.org @@ -29,6 +29,16 @@ This will probably take a while, especially because it is setting up for the first time. You might need to restart emacs after the initial configuration is done. +** Ignoring init.el changes on Git + +It can be annoying to see whenever you change your init.org +and see git wanting to update init.el as well. You can avoid +this by doing + +#+BEGIN_SRC sh :tangle no +git update-index --assume-unchanged init.el +#+END_SRC + ** Meta To load init.el properly we run a function such as this.