diff options
Diffstat (limited to '.emacs-custom.el')
| -rw-r--r-- | .emacs-custom.el | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el index 4f688e3..f0d2c47 100644 --- a/.emacs-custom.el +++ b/.emacs-custom.el @@ -11,8 +11,6 @@ '(calendar-week-start-day 1) '(column-number-mode t) '(comint-scroll-show-maximum-output nil) - '(completions-detailed t) - '(completions-group t) '(delete-selection-mode t) '(describe-bindings-outline t) '(diff-default-read-only t) @@ -54,13 +52,8 @@ '(highlight-nonselected-windows t) '(hscroll-step 1) '(ibuffer-default-sorting-mode 'filename/process) - '(icomplete-mode t) - '(icomplete-scroll t t) - '(icomplete-vertical-mode t) '(indent-tabs-mode nil) '(inhibit-startup-screen t) - '(isearch-allow-scroll t) - '(isearch-lazy-count t) '(line-number-display-limit-width 2000) '(lua-indent-level 2) '(magit-define-global-key-bindings nil) @@ -75,13 +68,8 @@ '(markdown-indent-on-enter 'indent-and-new-item) '(menu-bar-mode nil) '(minibuffer-depth-indicate-mode t) - '(org-edit-src-content-indentation 0) - '(org-ellipsis "…") - '(org-fontify-done-headline nil) - '(org-fontify-quote-and-verse-blocks t) - '(org-startup-indented t) '(package-selected-packages - '(async auctex debbugs delight diff-hl eglot flycheck magit markdown-mode page-break-lines paradox rg rust-mode which-key wgrep)) + '(async auctex debbugs delight diff-hl eglot flycheck magit markdown-mode page-break-lines paradox rg rust-mode use-package which-key wgrep)) '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode)) '(paradox-execute-asynchronously t) '(paradox-github-token t) |
