Merge branch 'main' of github.com:iamtoaster/emacs-dotfiles
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
(which-key-mode))
|
||||
|
||||
;; Pixel perfect scrolling
|
||||
(pixel-scroll-precision-mode)
|
||||
(unless (version< emacs-version "29.0")
|
||||
(pixel-scroll-precision-mode))
|
||||
|
||||
;; Display time
|
||||
(display-time-mode)
|
||||
@@ -116,7 +117,9 @@
|
||||
;; stopped loading it automatically. So, to remedy that, we load it if it was
|
||||
;; not already loaded.
|
||||
(unless (memq 'vterm features)
|
||||
(load "vterm" nil t))
|
||||
(load "vterm" t)
|
||||
(unless (memq 'vterm features)
|
||||
(message "Failed to load vterm. It is probably not installed.")))
|
||||
|
||||
;;
|
||||
(add-to-list 'load-path (expand-file-name (concat minimal-emacs-user-directory "load")))
|
||||
|
||||
Reference in New Issue
Block a user