Add show-marks config
This commit is contained in:
parent
fdac9f03fc
commit
10bf5cdb0c
@ -350,6 +350,12 @@
|
||||
:config
|
||||
(add-hook 'prog-mode-hook 'column-enforce-mode))
|
||||
|
||||
(use-package show-marks :ensure
|
||||
:config
|
||||
:bind ("C-S-<left>" . backward-mark)
|
||||
:bind ("C-S-<right>" . forward-mark)
|
||||
:bind ("C-S-<down>" . show-marks))
|
||||
|
||||
;;;; optional external packages
|
||||
(use-package arduino-mode
|
||||
:mode "\\.pde\\'"
|
||||
|
Loading…
Reference in New Issue
Block a user