Add show-marks config

This commit is contained in:
Adam Goldsmith 2018-01-10 12:24:55 -05:00
parent fdac9f03fc
commit 10bf5cdb0c
1 changed files with 6 additions and 0 deletions

View File

@ -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\\'"