Skip to content

Commit

Permalink
tweak(logview): set custom files paths
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Apr 1, 2023
1 parent dbfb967 commit f817a8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/me-tools.el
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
"K" #'journalctl-previous-chunk))

(use-package logview
:straight t)
:straight t
:custom
(logview-views-file (concat minemacs-local-dir "logview-views.el"))
(logview-cache-filename (concat minemacs-cache-dir "logview-cache.el")))

(use-package tramp
:straight (:type built-in)
Expand Down

0 comments on commit f817a8f

Please sign in to comment.