Emacs : openwith html file that conflicts org-roam-ui

This commit is contained in:
2022-05-25 09:18:21 +09:00
parent 0ce5bba514
commit 3f05c177e9
3 changed files with 12 additions and 12 deletions

View File

@ -314,10 +314,11 @@ capture was not aborted."
;; - Org Mode extra configuration ;; - Org Mode extra configuration
;; -------------------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------------------
(setq org-odt-preferred-output-format "docx") (setq org-odt-preferred-output-format "docx")
(use-package! ob-translate ;;(use-package! ob-translate
:config ;; :config
(setq ob-translate:default-dest "ko") ;; (setq ob-translate:default-dest "ko")
(setq google-translate-backend-method 'wget)) ;; (setq google-translate-backend-method 'wget))
(setq google-translate-backend-method 'curl)
(use-package! org-journal (use-package! org-journal
:config :config
(setq org-journal-file-type 'weekly)) (setq org-journal-file-type 'weekly))
@ -346,7 +347,7 @@ capture was not aborted."
;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have ;; normally we'd recommend hooking orui after org-roam, but since org-roam does not have
;; a hookable mode anymore, you're advised to pick something yourself ;; a hookable mode anymore, you're advised to pick something yourself
;; if you don't care about startup time, use ;; if you don't care about startup time, use
;; :hook (after-init . org-roam-ui-mode) ;;:hook (after-init . org-roam-ui-mode)
:config :config
(setq! org-roam-ui-sync-theme t (setq! org-roam-ui-sync-theme t
org-roam-ui-follow t org-roam-ui-follow t
@ -389,10 +390,6 @@ capture was not aborted."
(list (openwith-make-extension-regexp (list (openwith-make-extension-regexp
'("pdf")) '("pdf"))
"zathura" "zathura"
'(file))
(list (openwith-make-extension-regexp
'("html"))
"qutebrowser"
'(file))))) '(file)))))
;; -------------------------------------------------------------------------------------------- ;; --------------------------------------------------------------------------------------------
;; - KeyBindings ;; - KeyBindings
@ -420,7 +417,7 @@ capture was not aborted."
:desc "doom config.el" :desc "doom config.el"
"foc" '(lambda () (interactive) (find-file (expand-file-name "~/.doom.d/config.el"))) "foc" '(lambda () (interactive) (find-file (expand-file-name "~/.doom.d/config.el")))
:desc "doom package.el" :desc "doom package.el"
"fop" '(lambda () (interactive) (find-file (expand-file-name "~/.doom.d/package.el"))) "fop" '(lambda () (interactive) (find-file (expand-file-name "~/.doom.d/packages.el")))
;; Eshell ;; Eshell
:desc "eshell" :desc "eshell"
"e" '(:ignore t) "e" '(:ignore t)

View File

@ -48,9 +48,10 @@
;(unpin! pinned-package another-pinned-package) ;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things) ;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t) ;(unpin! t)
(unpin! org-roam-ui) (unpin! org-roam)
(package! org-roam-ui) (package! org-roam-ui)
(package! ob-translate) ;;(package! ob-translate)
(package! google-translate)
(package! dired-hide-dotfiles) (package! dired-hide-dotfiles)
(package! nov) (package! nov)
;;(package! org-caldav) ;;(package! org-caldav)

2
.gitignore vendored
View File

@ -25,3 +25,5 @@
/.config/vimb/ /.config/vimb/
/.emacs.df/.org-id-locations /.emacs.df/.org-id-locations
/.emacs.df/bookmarks /.emacs.df/bookmarks
/.config/Code - OSS/
/.config/Electron/