From 5ab1909b457e3c56cf25beb04b20ee8caee0e7f5 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 14 Apr 2022 16:19:47 +0200 Subject: [PATCH] Remove unused emacs stuff --- files/emacs/init.org | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/files/emacs/init.org b/files/emacs/init.org index e7e10cd..eda5425 100644 --- a/files/emacs/init.org +++ b/files/emacs/init.org @@ -235,18 +235,6 @@ I mainly use these fonts: (set-fontset-font t 'unicode "Noto Sans Mono CJK JP" nil 'append) #+end_src -Use non-monospace font for org-mode! -Blocks will still be mono-spaced. -#+begin_src emacs-lisp :tangle no -(set-face-attribute 'variable-pitch nil :family "Roboto") -(set-face-attribute 'fixed-pitch nil :family "JuliaMono") - -(use-package mixed-pitch - :straight t - :hook - (org-mode . mixed-pitch-mode)) -#+end_src - *** Bars I don't need ugly ass bars. #+begin_src emacs-lisp