From 1e11dad4a1e2191b82eb4e3a794ebc80104795cb Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 19 Apr 2022 22:24:44 -0500 Subject: Indentation --- init.el | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/init.el b/init.el index cb96c0c..76f4ab8 100644 --- a/init.el +++ b/init.el @@ -548,9 +548,8 @@ :type git :host nil :repo "https://git.sr.ht/~bzg/org-contrib")) ;; DO NOT load system-installed org !!! - (setq load-path (cl-remove-if (lambda (path) - (string-match-p "lisp/org\\'" path)) - load-path)) + (setq load-path + (cl-remove-if (lambda (path) (string-match-p "lisp/org\\'" path)) load-path)) (:also-load +org) (:option org-adapt-indentation nil org-archive-mark-done t @@ -646,13 +645,13 @@ ;; `compose-region' returns t. ("^[ \t]*\\([-]\\) " (0 ;; (progn (compose-region (match-beginning 1) (match-end 1) "–") 'fixed-pitch) - 'fixed-pitch t)) + 'fixed-pitch t)) ("^[ \t]*\\([+]\\) " (0 ;; (progn (compose-region (match-beginning 1) (match-end 1) "¬") 'fixed-pitch) - 'fixed-pitch t)) + 'fixed-pitch t)) ("^[ \t]+\\([*]\\) " (0 ;; (progn (compose-region (match-beginning 1) (match-end 1) "→") 'fixed-pitch) - 'fixed-pitch t)) + 'fixed-pitch t)) ;; Fancy numbered lists (well, monospaced) ("^[ \t]*\\(\\(?:[0-9]+\\|[A-Za-z]\\)[.)]\\) " 0 'fixed-pitch t))) ;; Make nobreak-space fixed-pitch as well, for better alignment (is this the -- cgit 1.4.1-21-gabe81