From 76838e0137084ff241cd509587445f4982fafe8f Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 5 Aug 2020 17:25:51 +0200 Subject: Configs update --- .emacs | 2 +- .emacs.d/org/config.org | 2 +- .local/bin/gotosleep | 2 +- .profile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.emacs b/.emacs index e609782..398e3dd 100644 --- a/.emacs +++ b/.emacs @@ -69,7 +69,7 @@ (cons 340 "#676E95") (cons 360 "#676E95"))) '(vc-annotate-very-old-color nil)) -(load-theme 'doom-palenight) +(load-theme 'gruvbox-dark-hard) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/.emacs.d/org/config.org b/.emacs.d/org/config.org index f6d0671..612cf1c 100644 --- a/.emacs.d/org/config.org +++ b/.emacs.d/org/config.org @@ -123,7 +123,7 @@ (require 'evil-mu4e) (require 'evil-collection) (evil-mode t) -;; (evil-collection-init) +(evil-collection-init) (setq evil-emacs-state-cursor '("#b16286" box)) diff --git a/.local/bin/gotosleep b/.local/bin/gotosleep index a11b3c4..9fdc328 100755 --- a/.local/bin/gotosleep +++ b/.local/bin/gotosleep @@ -1,4 +1,4 @@ #!/usr/local/bin/dash slock & -sudo acpiconf -s 3 +acpiconf -s 3 diff --git a/.profile b/.profile index cc38999..35f025e 100644 --- a/.profile +++ b/.profile @@ -42,7 +42,7 @@ export XDG_DATA_HOME="$HOME/.local/share" export XDG_CONFIG_HOME="$HOME/.config" # ccache -export CCACHE_PATH="/usr/bin:/usr/local/bin:/usr/local/llvm10/bin" +export CCACHE_PATH="/usr/bin:/usr/local/bin:/usr/local/llvm11/bin" export CCACHE_DIR="/var/cache/ccache-jozan" export CCACHE_LOGFILE="/var/log/ccache.log" -- cgit v1.2.3