summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-04-15 22:36:55 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-04-15 22:36:55 +0200
commit104ff31203519e3303637346ac372eac68f31e05 (patch)
tree36fa03cd2e27aa5a6d82127564b6058321fc0cbb /.emacs-custom.el
parentee6ed90a8fb33743f5b6b987d2792d0c1752089f (diff)
downloaddotfiles-104ff31203519e3303637346ac372eac68f31e05.tar.xz
Clean up a few things
- use my/ prefix on every defun - delight whitespace-mode - remove leftover binding in C mode - enable all "confusing" commands
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el7
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)