diff options
author | Raúl Benencia <id@rbenencia.name> | 2024-10-15 22:03:23 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2024-10-15 22:03:23 -0700 |
commit | 7da66ba20085a57f659cfcea595bcf05c129fc62 (patch) | |
tree | 0e94ee8a9e472b3282f29f18c934b8471e8a076c /.emacs.d | |
parent | 3b1d37d929ff63b67d089cc0867a82044a406b33 (diff) |
emacs: trim rul-emacs.org
Diffstat (limited to '.emacs.d')
-rw-r--r-- | .emacs.d/rul-emacs.org | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.emacs.d/rul-emacs.org b/.emacs.d/rul-emacs.org index 64a4be8..48852ad 100644 --- a/.emacs.d/rul-emacs.org +++ b/.emacs.d/rul-emacs.org @@ -8,7 +8,7 @@ This method consists in generating all files /a priori/, after modifying this file, and *not* at load time, as that would be too slow. #+begin_src emacs-lisp :tangle no :results none -(org-babel-tangle) +(org-babel-tangle) #+end_src * Directory and file structure @@ -46,7 +46,7 @@ Customization of graphical aspects of Emacs, such as size, panels, etc. (set-face-attribute 'default nil :background "#000000" :foreground "#ffffff") (set-face-attribute 'mode-line nil :background "#000000" :foreground "#ffffff" :box 'unspecified) #+end_src - + ** Frame configuration I like to keep a few frames open all the time. A main frame, where I open my org files, code, etc. A frame for communication and reading, @@ -76,6 +76,3 @@ environment. ;; Do not report warnings. It's too noisy. (setq native-comp-async-report-warnings-errors 'silent) #+end_src - - - |