aboutsummaryrefslogtreecommitdiff
path: root/common/.config/emacs/init.el.org
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-01-09 22:02:40 -0600
committerjjanzen <jjanzen@jjanzen.ca>2025-01-09 22:02:40 -0600
commit5b2cf4b7dd326457f6f1ada48b345bd88955b2c3 (patch)
treea9197ae39abacb59385212c38b7adbd4802a6e2c /common/.config/emacs/init.el.org
parent63357cccdbf221388b67c161399f84b9320e596b (diff)
system changes
Diffstat (limited to 'common/.config/emacs/init.el.org')
-rw-r--r--common/.config/emacs/init.el.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 4419156..12586b1 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -64,11 +64,6 @@ Make Emacs use the correct =PATH= variable as macOS fails to load the =PATH= var
(setq exec-path (split-string path-from-shell path-separator)))
#+end_src
-Suppress native compilation warnings and errors. Native compilation seems to be a little broken on macOS and the warnings are just annoying.
-#+begin_src emacs-lisp :tangle yes
- ;; (setq native-comp-async-report-warnings-errors 'silent)
-#+end_src
-
* Appearance
Set up fonts. I use Source Code Pro (Nerd Font) for monospace and Computer Modern for variable width.