Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Dec 9, 2024
1 parent 286b7fe commit cefaccf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions home-manager/programs/emacs/elisp/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -4304,14 +4304,6 @@ https://github.com/ch11ng/exwm/wiki#gpg-pinentry
;; config
(setq org-link-file-path-type 'relative))
#+end_src
*** org-link-beautify
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(org-link-beautify-mode) "org-link-beautify" nil t)

;; (with-eval-after-load 'org
;; ;; hooks
;; (add-hook 'org-mode-hook #'org-link-beautify-mode))
#+end_src
*** orgit
#+begin_src emacs-lisp :tangle yes
(autoload-if-found '(orgit-store-link
Expand Down
1 change: 0 additions & 1 deletion home-manager/programs/emacs/epkgs/packages/org/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ with epkgs;
org-tree-slide

# Org Link
org-link-beautify
orgit

# Org Agenda
Expand Down

0 comments on commit cefaccf

Please sign in to comment.