Demote show-marks to optional
This commit is contained in:
parent
65c9e10f7f
commit
18762c553b
@ -481,12 +481,6 @@
|
|||||||
:config
|
:config
|
||||||
:hook prog-mode)
|
:hook prog-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))
|
|
||||||
|
|
||||||
(use-package immortal-scratch :ensure :demand
|
(use-package immortal-scratch :ensure :demand
|
||||||
:config
|
:config
|
||||||
(setq immortal-scratch-switch-to-respawned-scratch t)
|
(setq immortal-scratch-switch-to-respawned-scratch t)
|
||||||
@ -939,6 +933,12 @@
|
|||||||
(concat "prettier --find-config-path " (buffer-file-name)))))
|
(concat "prettier --find-config-path " (buffer-file-name)))))
|
||||||
(prettier-js-mode t))))
|
(prettier-js-mode t))))
|
||||||
|
|
||||||
|
(use-package show-marks
|
||||||
|
:config
|
||||||
|
:bind ("C-S-<left>" . backward-mark)
|
||||||
|
:bind ("C-S-<right>" . forward-mark)
|
||||||
|
:bind ("C-S-<down>" . show-marks))
|
||||||
|
|
||||||
;;; Local Variables
|
;;; Local Variables
|
||||||
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
(add-to-list 'safe-local-eval-forms '(outline-hide-body))
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
Loading…
Reference in New Issue
Block a user