Pretty-code moved to ligatures
See 7081d83.
This commit is contained in:
parent
f6a7b25125
commit
d911851b9b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user