M emacs.org => emacs.org +3 -1
@@ 322,7 322,7 @@ time I open a file, and I usually use Magit anyway.
I prefer to have a little message in scratch and keep it in fundamental mode.
#+BEGIN_SRC emacs-lisp
- (setq initial-scratch-message "Welcome to Engineered Emacs: EXWM Edition!")
+ (setq initial-scratch-message "Welcome to Engineered Emacs!")
(setq initial-major-mode 'fundamental-mode)
#+END_SRC
@@ 1900,6 1900,8 @@ This section is admittedly a bit small, as I haven't gotten quite used
to using Org Roam yet. I'm sure I'll add more as I use this more
often!
#+BEGIN_SRC emacs-lisp
+(setq org-roam-v2-ack t)
+
(use-package org-roam
:custom
(org-roam-v2-ack t)
M init.el => init.el +5 -1
@@ 179,7 179,7 @@
(remove-hook 'find-file-hooks 'vc-find-file-hook)
(setq vc-follow-symlinks t)
-(setq initial-scratch-message "Welcome to Engineered Emacs: EXWM Edition!")
+(setq initial-scratch-message "Welcome to Engineered Emacs!")
(setq initial-major-mode 'fundamental-mode)
(setq ring-bell-function 'ignore)
@@ 501,6 501,8 @@
(corfu-auto t) ;; Enable auto completion
(corfu-quit-at-boundary t) ;; Automatically quit at word boundary
(corfu-quit-no-match t) ;; Automatically quit if there is no match
+ (corfu-auto-delay 0)
+ (corfu-auto-prefix 2)
:bind (:map corfu-map
("TAB" . corfu-next)
([tab] . corfu-next)
@@ 1291,6 1293,8 @@
(rust . t)
(shell . t)))
+(setq org-roam-v2-ack t)
+
(use-package org-roam
:custom
(org-roam-v2-ack t)