Merge branch 'main' of github.com:iamtoaster/emacs-dotfiles

This commit is contained in:
2026-01-09 21:47:29 +09:00
7 changed files with 114 additions and 69 deletions

View File

@@ -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")))