Skip to content

Commit

Permalink
emacs: disable discord thingy on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Apr 5, 2024
1 parent e9e5daf commit f6096ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.qcow2
result
home/config/doom/custom.el
3 changes: 1 addition & 2 deletions home/config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -629,5 +629,4 @@ for what debugger to use. If the prefix ARG is set, prompt anyway."

(use-package! elcord
:config
(setq elcord-editor-icon "emacs_icon")
:hook (after-init . elcord-mode))
(setq elcord-editor-icon "emacs_icon"))
3 changes: 1 addition & 2 deletions home/config/doom/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -1644,8 +1644,7 @@ Various tweaks to improve the overall performance.
#+begin_src elisp
(use-package! elcord
:config
(setq elcord-editor-icon "emacs_icon")
:hook (after-init . elcord-mode))
(setq elcord-editor-icon "emacs_icon"))
#+end_src
** Misc
#+begin_src elisp :tangle packages.el
Expand Down

0 comments on commit f6096ff

Please sign in to comment.