aboutsummaryrefslogtreecommitdiff
path: root/emacs/.emacs.d/init/ycp-editing.el
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2023-07-30 16:23:47 +1000
committerYuchen Pei <id@ypei.org>2023-07-31 08:25:48 +1000
commitbd7c33b39527f3cea1c7f5270fc60a979357a318 (patch)
treeb43c042f775543d626d5e4443e86b7b9f89801eb /emacs/.emacs.d/init/ycp-editing.el
parentdecea2da8f4e0363cb2fca5fc64f6ba7147e2b89 (diff)
Some small changes.
visual line mode, bbdb mua, org agenda, org capture, xref, bbdb
Diffstat (limited to 'emacs/.emacs.d/init/ycp-editing.el')
-rw-r--r--emacs/.emacs.d/init/ycp-editing.el9
1 files changed, 8 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el
index b5da08a..2e87ecc 100644
--- a/emacs/.emacs.d/init/ycp-editing.el
+++ b/emacs/.emacs.d/init/ycp-editing.el
@@ -41,7 +41,14 @@
;; don't interpret C-m as RET
(define-key input-decode-map [?\C-m] [C-m])
(setq save-place-file (locate-user-emacs-file "saveplace"))
-(setq visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow))
+
+(my-configure
+ (setq visual-line-fringe-indicators
+ '(left-curly-arrow right-curly-arrow))
+ ;; Keep the binding of C-a and C-e
+ (my-keybind visual-line-mode-map
+ "C-a" nil
+ "C-e" nil))
(my-package my-editing
(:delay 5)