summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-16 00:52:37 +0000
committerjao <jao@gnu.org>2021-02-16 00:52:37 +0000
commit18e4063aa153e3aff30496caeb0aaed9a982456b (patch)
tree66329d104956b556c5261965f43bcfb254409401 /init.org
parentc9e11d7349731105f145224af06531d8fd5072cb (diff)
downloadelibs-18e4063aa153e3aff30496caeb0aaed9a982456b.tar.gz
elibs-18e4063aa153e3aff30496caeb0aaed9a982456b.tar.bz2
init: nits
Diffstat (limited to 'init.org')
-rw-r--r--init.org10
1 files 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