Remove Fira Code stuff
This commit is contained in:
17
config.org
17
config.org
@@ -57,23 +57,6 @@ needs to be set up to install them if they aren't already.
|
||||
(load-theme 'spacemacs-light t)
|
||||
#+end_src
|
||||
|
||||
** Font
|
||||
|
||||
I am addicted to programming ligatures but Fira Code (my preferred
|
||||
ligature font) requires some hackery to display properly; this is
|
||||
defined in [[file:fira-code-mode/fira-code-mode.el][fira-code-mode.el]] so first we load that.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-to-list 'load-path "/home/cdo/.emacs.d/fira-code-mode")
|
||||
(require 'fira-code-mode)
|
||||
#+end_src
|
||||
|
||||
And then make sure that mode is enabled for any =prog-mode= buffer.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(add-hook 'prog-mode-hook 'fira-code-mode)
|
||||
#+end_src
|
||||
|
||||
* Org-mode
|
||||
|
||||
I use a couple non-standard bits and pieces, but not a whole bunch. I
|
||||
|
||||
Reference in New Issue
Block a user