summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rwxr-xr-x.emacs.d/init.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index d4fc30a..96b81da 100755
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -55,7 +55,9 @@
55 version-control t 55 version-control t
56 delete-old-versions t 56 delete-old-versions t
57 kept-new-versions 20 57 kept-new-versions 20
58 kept-old-versions 5) 58 kept-old-versions 5
59 custom-file (concat user-emacs-directory
60 "custom.el"))
59 61
60;; (setq user-emacs-directory "~/.cache/emacs") 62;; (setq user-emacs-directory "~/.cache/emacs")
61 63
@@ -120,3 +122,6 @@
120(setq gc-cons-threshold (* 2 1000 1000)) 122(setq gc-cons-threshold (* 2 1000 1000))
121 123
122;;; init.el ends here 124;;; init.el ends here
125(put 'upcase-region 'disabled nil)
126(put 'downcase-region 'disabled nil)
127(put 'set-goal-column 'disabled nil)