From 10bf5cdb0c573f2a1c9c989af1b38b0aa1a99c05 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Wed, 10 Jan 2018 12:24:55 -0500 Subject: [PATCH] Add show-marks config --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 60d58f8..831d5c7 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -350,6 +350,12 @@ :config (add-hook 'prog-mode-hook 'column-enforce-mode)) +(use-package show-marks :ensure + :config + :bind ("C-S-" . backward-mark) + :bind ("C-S-" . forward-mark) + :bind ("C-S-" . show-marks)) + ;;;; optional external packages (use-package arduino-mode :mode "\\.pde\\'"