Emacs fira-code-mode fix
This commit is contained in:
parent
ef8529ad34
commit
a418f26cd7
2 changed files with 6 additions and 11 deletions
|
@ -10,10 +10,11 @@
|
|||
)
|
||||
|
||||
(use-package fira-code-mode
|
||||
:custom (fira-code-mode-disabled-ligatures '("x")) ;; List of ligatures to turn off
|
||||
:config
|
||||
(fira-code-mode-set-font)
|
||||
(global-fira-code-mode))
|
||||
;;:custom (fira-code-mode-disabled-ligatures '("x")) ;; List of ligatures to turn off
|
||||
:config (progn
|
||||
(global-fira-code-mode)
|
||||
;;TODO: why a timer is needed? It shouldn't
|
||||
(run-at-time "30 sec" nil #'set-fontset-font t '(#Xe100 . #Xe16f) "Fira Code Symbol")))
|
||||
|
||||
(use-package visual-fill-column
|
||||
:commands (visual-fill-column-mode)
|
||||
|
@ -39,8 +40,6 @@
|
|||
:bind (("<next>" . #'good-scroll-up-full-screen)
|
||||
("<prior>" . #'good-scroll-down-full-screen)))
|
||||
|
||||
|
||||
|
||||
(use-package rainbow-identifiers
|
||||
:hook ((prog-mode . rainbow-identifiers-mode)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue