diff options
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 734cdcc..81d2513 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -1,8 +1,3 @@ -(put 'dired-find-alternate-file 'disabled nil) -(put 'downcase-region 'disabled nil) -(put 'upcase-region 'disabled nil) -(put 'narrow-to-region 'disabled nil) - (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. @@ -29,7 +24,7 @@ '(gdb-many-windows t) '(git-commit-setup-hook (quote - (git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message buffer-justify-full))) + (git-commit-save-message git-commit-setup-changelog-support git-commit-turn-on-auto-fill git-commit-turn-on-flyspell git-commit-propertize-diff with-editor-usage-message my/buffer-justify-full))) '(global-page-break-lines-mode t nil (page-break-lines)) '(hscroll-step 1) '(icomplete-mode t) |
