Change completion settings

This commit is contained in:
Jens Luedicke
2026-01-27 15:57:37 +01:00
parent 41b8b20f76
commit c82777c1e5
3 changed files with 178 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
;;; and maintainability.
;;; Code:
(server-mode 1)
;; Add lisp subdirectory to load path (avoids load-path warning)
(add-to-list 'load-path (expand-file-name "lisp" user-emacs-directory))