diff options
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 4 |
1 files changed, 2 insertions, 2 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) |
