summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2021-02-25 18:43:04 +0800
committerJSDurand <mmemmew@gmail.com>2021-02-25 18:43:04 +0800
commit54fc2884baaf68a8bf5ab8033c64512056215a82 (patch)
tree0a538a22286c13b2ab588fafd3132d2f2f1563c8 /init.el
parent43361742793189be2797d8c7767c44f6fa4fa8c2 (diff)
bidi, super, and rlist-verbose.
* basic.el (bidi-paragraph-direction): (bidi-inhibit-bpa): Setting the direction of the text to speed redisplay up. (global-map): Use bitwise or with (ash 1 23) to have the effect of super. * init.el ("rlist"): List all the contents of the registers.
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el
index d0c205a..1f879db 100644
--- a/init.el
+++ b/init.el
@@ -184,7 +184,8 @@ no effect."
(use-package "rlist" 'rlist
(define-key global-map (vector ?\C-x ?r ?L) #'rlist-list-registers)
- (setq rlist-expert t))
+ (setq rlist-expert t)
+ (setq rlist-verbose t))
;;; ibuffer