diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index b42df7e..8561e9d 100644 --- a/init.el +++ b/init.el | |||
@@ -409,6 +409,9 @@ | |||
409 | (:home (expand-file-name "~/src/pkg/emacs/src/emacs-git/src")) | 409 | (:home (expand-file-name "~/src/pkg/emacs/src/emacs-git/src")) |
410 | (:other nil))) | 410 | (:other nil))) |
411 | 411 | ||
412 | ;;;; Etc. modes | ||
413 | (tooltip-mode -1) | ||
414 | |||
412 | ;;;; Etc. bindings | 415 | ;;;; Etc. bindings |
413 | (global-set-key [remap just-one-space] #'cycle-spacing) | 416 | (global-set-key [remap just-one-space] #'cycle-spacing) |
414 | (global-set-key (kbd "M-/") #'hippie-expand) | 417 | (global-set-key (kbd "M-/") #'hippie-expand) |