Add keybind to print major mode of current buffer
This commit is contained in:
parent
58e8ee73cc
commit
f52fd7e102
1
init.el
1
init.el
@ -375,6 +375,7 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
||||
("C-c \\" . user/indent-buffer)
|
||||
("C-c o" . user/select-minibuffer-window)
|
||||
("C-c s" . user/scratch-buffer)
|
||||
("C-c m" . (lambda () (interactive) (message "%s is in %s" (buffer-name) major-mode)))
|
||||
|
||||
;; Navigation
|
||||
("M-n" . scroll-up-line)
|
||||
|
Loading…
Reference in New Issue
Block a user