From 7da66ba20085a57f659cfcea595bcf05c129fc62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= Date: Tue, 15 Oct 2024 22:03:23 -0700 Subject: emacs: trim rul-emacs.org --- .emacs.d/rul-emacs.org | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to '.emacs.d/rul-emacs.org') 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 - - - -- cgit v1.2.3