about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-09-23T15·12-0400
committerglittershark <grfn@gws.fyi>2020-09-23T15·19+0000
commit2a135526c4725cf68ab94b9893cf974019ab2e50 (patch)
tree8ba770d48aabd438b289cc89a7da03db69bcebd0
parent46dc2102210a95c6312069eb15e410d12e2e25df (diff)
fix(gs/emacs): Update config for ligatures r/1811
Change-Id: Id29919953e5e512389abf8744025ee36b121f70d
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1997
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/glittershark/emacs.d/config.el4
-rw-r--r--users/glittershark/emacs.d/init.el4
2 files changed, 5 insertions, 3 deletions
diff --git a/users/glittershark/emacs.d/config.el b/users/glittershark/emacs.d/config.el
index e7ec400357..3ca913805e 100644
--- a/users/glittershark/emacs.d/config.el
+++ b/users/glittershark/emacs.d/config.el
@@ -853,8 +853,8 @@
   (when (eq 'headline (car elt))
     (plist-get (cadr elt) :raw-value)))
 
-(setq +pretty-code-symbols
-      (append +pretty-code-symbols
+(setq +ligatures-extra-symbols
+      (append +ligatures-extra-symbols
               '(:equal     "≡"
                 :not-equal "≠"
                 :is        "≣"
diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el
index 99112e7d38..e0634faf0d 100644
--- a/users/glittershark/emacs.d/init.el
+++ b/users/glittershark/emacs.d/init.el
@@ -21,7 +21,7 @@
        (popup            ; tame sudden yet inevitable temporary windows
         +all             ; catch all popups that start with an asterix
         +defaults)       ; default popup rules
-       pretty-code       ; replace bits of code with pretty symbols
+       ligatures         ; replace bits of code with pretty symbols
        ;;tabbar            ; FIXME an (incomplete) tab bar for Emacs
        ;;treemacs          ; a project drawer, like neotree but cooler
        unicode           ; extended unicode support for various languages
@@ -119,6 +119,8 @@
         +export          ; Exporting org to whatever you want
         ;; +habit           ; Keep track of your habits
         +present         ; Emacs for presentations
+        +pretty
+        +brain
         +protocol)       ; Support for org-protocol:// links
        ;;perl              ; write code no one else can comprehend
        ;;php               ; perl's insecure younger brother