From 104ff31203519e3303637346ac372eac68f31e05 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Sun, 15 Apr 2018 22:36:55 +0200 Subject: Clean up a few things - use my/ prefix on every defun - delight whitespace-mode - remove leftover binding in C mode - enable all "confusing" commands --- .emacs-custom.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to '.emacs-custom.el') 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) -- cgit v1.2.3