From bc9321f061b1c21c372c85eaababb4759130ccea Mon Sep 17 00:00:00 2001 From: tecosaur <20903656+tecosaur@users.noreply.github.com> Date: Fri, 10 Apr 2020 01:15:17 +0800 Subject: [PATCH] Add elcord package --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/config.org b/config.org index 48a4b46..0be3e06 100644 --- a/config.org +++ b/config.org @@ -401,6 +401,12 @@ With all our fancy emacs themes, my terminal is missing out! #+BEGIN_SRC emacs-lisp (package! theme-magic) #+END_SRC + +What's even the point of using Emacs unless you're constantly telling everyone +about it? +#+BEGIN_SRC emacs-lisp +(package! elcord :pin "94b0afb9ba") +#+END_SRC *** Other **** Flyspell-lazy To alleviate some [[Flyspell][issues with flyspell]] @@ -746,6 +752,10 @@ done perfectly acceptable, so let's make that happen. #+BEGIN_SRC emacs-lisp (setq wttrin-default-cities '("")) #+END_SRC +*** elcord +#+BEGIN_SRC emacs-lisp +(setq elcord-use-major-mode-as-main-icon t) +#+END_SRC * Language configuration *** File Templates For some file types, we overwrite defaults in the [[file:./snippets][snippets]] directory, others