summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2019-08-31 12:01:35 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2019-08-31 12:01:35 +0200
commit7079daf13737f437fe7f8f6132eceba3fc4feb38 (patch)
tree04ad1f830a6a4c6e5b60a2df57a75114fd713b68
parentffd0ee8ae1808b378b16f842e2c5e917209daf29 (diff)
downloaddotfiles-7079daf13737f437fe7f8f6132eceba3fc4feb38.tar.xz
Customize some Emacs settings
- something something Sunday week-*end* something - been using these packages for a while now - getting used to the "most recent below" convention; it's what every interface shows within threads anyway
-rw-r--r--.emacs-custom.el4
-rw-r--r--.gnus3
2 files changed, 2 insertions, 5 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index ca0bc0a..3d019e5 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -7,6 +7,7 @@
'(async-shell-command-buffer 'new-buffer)
'(auto-revert-avoid-polling t)
'(backup-directory-alist '(("" . "~/.emacs.backup")))
+ '(calendar-week-start-day 1)
'(column-number-mode t)
'(comint-scroll-show-maximum-output nil)
'(delete-selection-mode t)
@@ -55,8 +56,7 @@
'(("melpa" . "https://melpa.org/packages/")
("gnu" . "http://elpa.gnu.org/packages/")))
'(package-selected-packages
- (quote
- (diff-hl rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep)))
+ '(debbugs eglot auctex diff-hl rg delight paradox flycheck magit markdown-mode page-break-lines rust-mode wgrep))
'(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode))
'(paradox-execute-asynchronously t)
'(paradox-github-token t)
diff --git a/.gnus b/.gnus
index 4594c74..c44fab1 100644
--- a/.gnus
+++ b/.gnus
@@ -15,9 +15,6 @@
gnus-secondary-select-methods
'((nntp "archive.lwn.net"))
gnus-summary-line-format "%U%R [%-16,16&user-date;]%I%[%-23,23f%] %s\n"
- gnus-thread-sort-functions
- '(gnus-thread-sort-by-number
- gnus-thread-sort-by-most-recent-date)
gnus-treat-display-smileys nil
gnus-user-date-format-alist '(((gnus-seconds-today)
. "%H:%M")