summaryrefslogtreecommitdiff
path: root/.emacs-custom.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs-custom.el')
-rw-r--r--.emacs-custom.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/.emacs-custom.el b/.emacs-custom.el
index 050436f..59eca6c 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -11,6 +11,8 @@
'(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)
'(diff-hl-flydiff-mode t)
'(dired-listing-switches "-al -Fhv --group-directories-first")
@@ -47,6 +49,8 @@
'(hscroll-step 1)
'(ibuffer-default-sorting-mode 'filename/process)
'(icomplete-mode t)
+ '(icomplete-scroll t)
+ '(icomplete-vertical-mode t)
'(indent-tabs-mode nil)
'(inhibit-startup-screen t)
'(isearch-allow-scroll t)
@@ -91,7 +95,6 @@
'(paradox-spinner-type 'random)
'(python-fill-docstring-style 'pep-257-nn)
'(python-shell-interpreter "python3")
- '(read-char-by-name-group t)
'(read-char-by-name-sort 'code)
'(repeat-mode t)
'(scroll-bar-mode nil)