Things
This commit is contained in:
parent
aa7650e975
commit
7d02c94366
13 changed files with 117 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
)
|
||||
|
||||
(use-package fira-code-mode
|
||||
:custom (fira-code-mode-disabled-ligatures '()) ;; List of ligatures to turn off
|
||||
:custom (fira-code-mode-disabled-ligatures '("x")) ;; List of ligatures to turn off
|
||||
:config
|
||||
(fira-code-mode-set-font)
|
||||
(global-fira-code-mode))
|
||||
|
@ -31,6 +31,9 @@
|
|||
|
||||
(use-package minimap)
|
||||
|
||||
(use-package rainbow-identifiers
|
||||
:hook ((prog-mode . rainbow-identifiers-mode)))
|
||||
|
||||
;; To move in a different config file
|
||||
(when (string-equal system-type "darwin")
|
||||
(setq mac-command-modifier 'ctrl))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue