From bc6dc1edab7b66e9ea00aa046d6c7c14570a0d62 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Thu, 12 Jan 2023 20:41:28 +0100 Subject: [PATCH] Update --- emacs/.config/emacs/init.el | 4 ++-- xmonad/.xmonad/bin/autostart.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/emacs/.config/emacs/init.el b/emacs/.config/emacs/init.el index 94069a6..b0fc7f7 100644 --- a/emacs/.config/emacs/init.el +++ b/emacs/.config/emacs/init.el @@ -39,14 +39,14 @@ '(custom-safe-themes '("e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "7a424478cb77a96af2c0f50cfb4e2a88647b3ccca225f8c650ed45b7f50d9525" "02f57ef0a20b7f61adce51445b68b2a7e832648ce2e7efb19d217b6454c1b644" "a44e2d1636a0114c5e407a748841f6723ed442dc3a0ed086542dc71b92a87aee" "7e377879cbd60c66b88e51fad480b3ab18d60847f31c435f15f5df18bdb18184" default)) '(elcord-display-buffer-details nil) - '(elcord-display-elapsed nil) + '(elcord-display-elapsed t) '(elcord-editor-icon "emacs_material_icon") '(elcord-idle-message "Thinking...") '(elcord-idle-timer 300) '(elcord-quiet t) '(elcord-use-major-mode-as-main-icon nil) '(package-selected-packages - '(format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil))) + '(sublimity typescript-mode glsl-mode format-all hl-todo elcord evil-tabs evil-commentary format-all auto-complete editorconfig haskell-mode counsel ivy go-mode rust-mode use-package treemacs-evil treemacs projectile doom-themes lsp-mode evil))) (custom-set-faces ;; custom-set-faces was added by Custom. diff --git a/xmonad/.xmonad/bin/autostart.sh b/xmonad/.xmonad/bin/autostart.sh index 9d70247..637ccae 100755 --- a/xmonad/.xmonad/bin/autostart.sh +++ b/xmonad/.xmonad/bin/autostart.sh @@ -33,4 +33,4 @@ eval $(gnome-keyring-daemon --start) export SSH_AUTH_SOCK # Emacs daemon -emacs --daemon & +# emacs --daemon &