diff --git a/emacs/init.el b/emacs/init.el index ed96fc9..221e24c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -39,6 +39,10 @@ hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hydra ;;indent-guides ; highlighted indent columns + (ligatures ; replace bits of code with pretty symbols + (:if IS-MAC +hasklig) ; Pretty-code doesn't work with Fira on OSX. Falling back to hasklig. + (:if IS-LINUX +fira) ; Fira is kind of what I'm used to. + ) ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API nav-flash ; blink the current line after jumping @@ -47,10 +51,6 @@ (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 - (:if IS-MAC +hasklig) ; Pretty-code doesn't work with Fira on OSX. Falling back to hasklig. - (:if IS-LINUX +fira) - ) tabs ; an tab bar for Emacs treemacs ; a project drawer, like neotree but cooler unicode ; extended unicode support for various languages