From 23bb641856c40ae9ab0f4032c0e5cbcdbb41f050 Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 6 Aug 2019 00:18:27 +0100 Subject: -Elcord global mode It's very annoying if I'm doing a basic edit and Discord isn't there, elcord keeps complaining as if the worlds burning. So, instead, I'll run elcord when I want to --- doom.d/config.org | 6 ------ doom.d/init.el | 2 -- 2 files changed, 8 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index 2b1ef9c..bb6c166 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -72,14 +72,8 @@ I like monokai :) ; pg for regenning tags is useful when searching them #+END_SRC * Plugins and Packages -** Elcord #+BEGIN_SRC emacs-lisp -(after! elcord - (elcord-mode) - ) #+END_SRC - -I like displaying that I'm working on discord, though not very useful. May delete. * Languages ** C# #+BEGIN_SRC emacs-lisp diff --git a/doom.d/init.el b/doom.d/init.el index 7f29f1a..82eb263 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -7,7 +7,6 @@ ;; ;; More information about these modules (and what flags they support) can be ;; found in modules/README.org. - (doom! :input ;;chinese ;;japanese @@ -190,7 +189,6 @@ '(custom-safe-themes (quote ("fd944f09d4d0c4d4a3c82bd7b3360f17e3ada8adf29f28199d09308ba01cc092" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "a28d89cf398c60dade1b0a7e3dce9d4691c236c05a050b7e6ba808bfce2622e1" "80365dd15f97396bdc38490390c23337063c8965c4556b8f50937e63b5e9a65c" "f0dc4ddca147f3c7b1c7397141b888562a48d9888f1595d69572db73be99a024" "6d589ac0e52375d311afaa745205abb6ccb3b21f6ba037104d71111e7e76a3fc" "9954ed41d89d2dcf601c8e7499b6bb2778180bfcaeb7cdfc648078b8e05348c6" "75d3dde259ce79660bac8e9e237b55674b910b470f313cdf4b019230d01a982a" "10461a3c8ca61c52dfbbdedd974319b7f7fd720b091996481c8fb1dded6c6116" "797f9204474ae55a3f65d2fc5fb28caf117bb7e0e3eaac58729a9edb38bf7f14" "256bd513a9875cd855077162cdfee8d75b0ad7e18fe8b8cbc10412561fbef892" default))) - '(elcord-mode t nil (elcord)) '(elcord-use-major-mode-as-main-icon t) '(evil-ex-search-highlight-all t) '(evil-ex-search-persistent-highlight nil) -- cgit v1.2.3-13-gbd6f