Emacs and inputs updated
- Added org-roam in Emacs - Flake inputs updated - Other little modifications
This commit is contained in:
parent
3f39ace857
commit
317e50ef9f
13 changed files with 167 additions and 119 deletions
|
@ -9,8 +9,10 @@
|
|||
)
|
||||
|
||||
(use-package fira-code-mode
|
||||
:custom (fira-code-mode-disabled-ligatures '(":")) ;; List of ligatures to turn off
|
||||
:config (global-fira-code-mode))
|
||||
:custom (fira-code-mode-disabled-ligatures '()) ;; List of ligatures to turn off
|
||||
:config
|
||||
(fira-code-mode-set-font)
|
||||
(global-fira-code-mode))
|
||||
|
||||
|
||||
(defalias 'yes-or-no-p 'y-or-n-p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue