diff options
| author | 2026-05-29 11:19:20 -0700 | |
|---|---|---|
| committer | 2026-05-29 11:19:20 -0700 | |
| commit | ee91612780cdccd960dc875243231cb92dbc4dd5 (patch) | |
| tree | 1c50fdeda890aa55c0e1e07ecb154efddf612b5b | |
| parent | 293dfec0b6c8c6a8efbd40a4714540bcf98e8416 (diff) | |
| download | new-dotfiles-ee91612780cdccd960dc875243231cb92dbc4dd5.tar.gz new-dotfiles-ee91612780cdccd960dc875243231cb92dbc4dd5.zip | |
Emacs: Don't load oni modules
I'm rearranging how I configure Emacs in this repository
| -rw-r--r-- | emacs/.config/emacs/init.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.config/emacs/init.org b/emacs/.config/emacs/init.org index ff7186d..e42aa05 100644 --- a/emacs/.config/emacs/init.org +++ b/emacs/.config/emacs/init.org @@ -6,11 +6,6 @@ First, lexical binding must be enabled. This is better for performance, but also ;; -*- lexical-binding: t; -*- #+end_src -#+begin_src emacs-lisp - (require 'oni-core) - (require 'oni-gui) -#+end_src - Store all auto-save files in =$XDG_DATA_HOME/emacs/auto-save-list= to prevent them from clogging up =$XDG_CONFIG_HOME/emacs/=. The XDG specification says that if =XDG_DATA_HOME= hasn't been specified a default of =~/.local/share= should be used. #+begin_src emacs-lisp |
