Skip to content

Commit

Permalink
profile: update emacs config
Browse files Browse the repository at this point in the history
  • Loading branch information
TxGVNN committed Jul 27, 2024
1 parent cdde945 commit 2f70973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profile/etc/emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
(add-hook 'emacs-startup-hook
(lambda ()
(setq file-name-handler-alist doom--file-name-handler-alist)))
(defvar emacs-config-version "20240724.0156")
(defvar emacs-config-version "20240727.0354")
(defvar hidden-minor-modes '(whitespace-mode))

(require 'package)
Expand Down Expand Up @@ -1019,6 +1019,7 @@ Why not use detached, because detached doesnt run with -A"
(use-package tramp :defer t
:custom
(tramp-default-method "ssh")
(tramp-histfile-override nil)
(tramp-allow-unsafe-temporary-files t))
(use-package ediff
:ensure nil :defer t
Expand Down

0 comments on commit 2f70973

Please sign in to comment.