about summary refs log tree commit diff
path: root/users/glittershark/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/emacs.d/init.el')
-rw-r--r--users/glittershark/emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
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