diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-09-14 08:06:29 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-11-20 18:29:33 +0100 |
| commit | 32d1bb352c6f6be3b503de7fa62a58abff3b7dbc (patch) | |
| tree | abc7f71faebb34bc666c9ae295daaa02f3443669 /.emacs-custom.el | |
| parent | 912678b875d0940628f4f4184f2d56f7a7aa78a5 (diff) | |
| download | dotfiles-32d1bb352c6f6be3b503de7fa62a58abff3b7dbc.tar.xz | |
Keep porting to use-package
That one was a doozy.
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 8dcd745..73cfcaa 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -20,19 +20,6 @@ '(electric-pair-mode t) '(enable-recursive-minibuffers t) '(epg-pinentry-mode 'loopback) - '(erc-log-channels-directory "~/.irc-logs") - '(erc-log-write-after-insert t) - '(erc-log-write-after-send t) - '(erc-modules - '(autojoin button completion irccontrols list log match menu move-to-prompt netsplit networks noncommands notifications readonly ring stamp track)) - `(erc-notifications-icon - ,(concat data-directory "images/icons/hicolor/scalable/apps/emacs.svg")) - '(erc-notifications-mode t) - '(erc-prompt-for-nickserv-password nil) - '(erc-prompt-for-password nil) - '(erc-track-exclude-types '("JOIN" "NICK" "PART" "QUIT" "333" "353")) - '(erc-use-auth-source-for-nickserv-password t) - '(erc-user-full-name 'user-full-name) '(eshell-scroll-show-maximum-output nil) '(find-ls-option '("-exec ls -ld {} +" . "-ld")) '(font-use-system-font t) |
