about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-01-17 13:21:19 +0000
committerDavid Morgan <djm_uk@protonmail.com>2023-01-17 13:21:19 +0000
commit2376adf93aab6e3cfe25ac487653c9ab78b41e2e (patch)
tree528b58c92448944290ad905657d794d55bbda487 /.emacs.d
parentfb42e8dfce475ed5caf808de37c0879330223874 (diff)
downloaddotfiles-2376adf93aab6e3cfe25ac487653c9ab78b41e2e.tar.gz
Fix indentation
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-completion.el22
1 files changed, 11 insertions, 11 deletions
diff --git a/.emacs.d/lisp/init-completion.el b/.emacs.d/lisp/init-completion.el
index 9ce7682..839bd67 100644
--- a/.emacs.d/lisp/init-completion.el
+++ b/.emacs.d/lisp/init-completion.el
@@ -14,17 +14,17 @@
 (use-feature hippie-expand
   :config
   (setq hippie-expand-try-functions-list
-      '(;yas-hippie-try-expand
-        try-expand-dabbrev
-        try-expand-all-abbrevs
-        try-expand-dabbrev-all-buffers
-        try-expand-dabbrev-from-kill
-        try-complete-file-name-partially
-        try-complete-file-name
-        try-expand-list
-        try-expand-line
-        try-complete-lisp-symbol-partially
-        try-complete-lisp-symbol))
+        '(;yas-hippie-try-expand
+          try-expand-dabbrev
+          try-expand-all-abbrevs
+          try-expand-dabbrev-all-buffers
+          try-expand-dabbrev-from-kill
+          try-complete-file-name-partially
+          try-complete-file-name
+          try-expand-list
+          try-expand-line
+          try-complete-lisp-symbol-partially
+          try-complete-lisp-symbol))
   ;; https://www.emacswiki.org/emacs/HippieExpand#h5o-9
   (defadvice he-substitute-string (after he-paredit-fix)
     "Remove extra paren when expanding line in paredit."