diff options
author | Case Duckworth | 2021-04-02 14:42:27 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-02 14:42:27 -0500 |
commit | 4a3b0a34f1172d986eed061a99df93a1f6e08abe (patch) | |
tree | 42594c1f6e63bcb2539bbdffc7d6b24dec26b57e | |
parent | Advise split-window- functions to prompt for a buffer (diff) | |
download | emacs-4a3b0a34f1172d986eed061a99df93a1f6e08abe.tar.gz emacs-4a3b0a34f1172d986eed061a99df93a1f6e08abe.zip |
Disable tool-tip-mode
-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) |