Add show-marks config
This commit is contained in:
parent
fdac9f03fc
commit
10bf5cdb0c
@ -350,6 +350,12 @@
|
|||||||
:config
|
:config
|
||||||
(add-hook 'prog-mode-hook 'column-enforce-mode))
|
(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
|
;;;; optional external packages
|
||||||
(use-package arduino-mode
|
(use-package arduino-mode
|
||||||
:mode "\\.pde\\'"
|
:mode "\\.pde\\'"
|
||||||
|
Loading…
Reference in New Issue
Block a user