From cba1d608a7afaad513695f149c3e0d3b2bfb8aa3 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Sun, 14 Nov 2021 17:28:10 +0400 Subject: Changed gtk theme to Adwaita-dark * Removed isync config * Fixed systemd user transmission service * Added autostart of geary to .xprofile * Disabled evil-mode in emacs --- .emacs.d/init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7d2ed54..fd5631b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -14,8 +14,11 @@ (set-frame-font "Hasklug Nerd Font Mono 15" nil t) (load-theme 'monokai-pro-spectrum t) -(require 'evil) -(evil-mode 1) +;; (require 'evil) +;; (evil-mode 1) + +(require 'discord-emacs) +(discord-emacs-run "384815451978334208") (require 'yasnippet) (yas-global-mode 1) -- cgit v1.2.3