Skip to content

Commit

Permalink
daily usage update
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Ye committed Sep 19, 2024
1 parent 2699d98 commit fc47779
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion phye-lisp/phye-init-elpa.el
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
markdown-toc
org-fancy-priorities
symbol-overlay
puni))
puni
bpftrace-mode))
(setq melpa-include-packages
(append melpa-include-packages phye-elpa-packages nil))

Expand Down
4 changes: 3 additions & 1 deletion phye-lisp/phye-init-prog.el
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
:ensure t)

(use-package symbol-overlay
:ensure t)
:ensure t
:config
(setq symbol-overlay-inhibit-map t))

;; python
(with-eval-after-load 'eldoc-mode
Expand Down

0 comments on commit fc47779

Please sign in to comment.