diff options
-rw-r--r-- | init.org | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |