aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init/ycp-editing.el')
-rw-r--r--emacs/.emacs.d/init/ycp-editing.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el
index 351fe2e..87e42c0 100644
--- a/emacs/.emacs.d/init/ycp-editing.el
+++ b/emacs/.emacs.d/init/ycp-editing.el
@@ -77,6 +77,11 @@
(advice-add 'find-file-other-window :around 'my-find-file-line-number)
)
+(my-package new-comment
+ (add-to-list 'safe-local-variable-values
+ '((comment-style . extra-line)
+ (comment-continue . " "))))
+
(setq viper-mode nil)
(my-package viper
(:delay 60))