From 18e4063aa153e3aff30496caeb0aaed9a982456b Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 16 Feb 2021 00:52:37 +0000 Subject: init: nits --- init.org | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/init.org b/init.org index 02197e0..455138e 100644 --- a/init.org +++ b/init.org @@ -42,9 +42,10 @@ #+BEGIN_SRC emacs-lisp (use-package gnu-elpa-keyring-update :ensure t) #+END_SRC -*** Loading .el newer than .elc files +*** Loading .el newer than .elc files, and eln stuff #+begin_src emacs-lisp - (setq load-prefer-newer t) + (setq load-prefer-newer t) + (setq comp-async-report-warnings-errors nil) #+end_src * Initialisation *** Portability macros @@ -500,11 +501,12 @@ (defun jao-sway-enable () (setq jao-sway-enabled-p t) (setq jao-browse-doc-use-emacs-p t) - (jao-themes-setup) + (setq jao-minibuffer-right-margin 1) (jao-toggle-inactive-mode-line t) (jao-trisect) (display-battery-mode -1) - (jao-set-transparency 96) + (jao-set-transparency 92) + (jao-themes-setup) (message "Welcome to sway")) #+end_src *** wallpaper -- cgit v1.2.3