summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/init.el b/init.el index b5c35de..0cd9c59 100644 --- a/init.el +++ b/init.el
@@ -801,6 +801,10 @@ like a dumbass."
801 set-mark-command-repeat-pop t 801 set-mark-command-repeat-pop t
802 ) 802 )
803 803
804 (when (fboundp 'command-completion-default-include-p)
805 (setq read-extended-command-predicate
806 #'command-completion-default-include-p))
807
804 (:global "M-=" count-words 808 (:global "M-=" count-words
805 "C-w" kill-region-or-backward-word 809 "C-w" kill-region-or-backward-word
806 "<help> h" nil ; HELLO takes a long time to load on Windows 810 "<help> h" nil ; HELLO takes a long time to load on Windows