diff options
Diffstat (limited to '.emacs.d/rul-emacs.org')
-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 - - - |