diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:23:49 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-11-15 15:23:49 +0400 |
| commit | 54d45cc3ddc50fb0db021aca14ea9284c7937984 (patch) | |
| tree | 7fbaaaba64e45a01dd8f903c17a7d0d2ac00f8ab | |
| parent | a38b801e04296c13c082eb38c06370295ea843b7 (diff) | |
Removed discord integration from emacs
| -rw-r--r-- | .emacs.d/init.el | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index fd5631b..7d8e239 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -17,9 +17,6 @@ ;; (require 'evil) ;; (evil-mode 1) -(require 'discord-emacs) -(discord-emacs-run "384815451978334208") - (require 'yasnippet) (yas-global-mode 1) |