mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
Emacs : openwith html file that conflicts org-roam-ui
This commit is contained in:
@ -314,10 +314,11 @@ capture was not aborted."
|
||||
;; - Org Mode extra configuration
|
||||
;; --------------------------------------------------------------------------------------------
|
||||
(setq org-odt-preferred-output-format "docx")
|
||||
(use-package! ob-translate
|
||||
:config
|
||||
(setq ob-translate:default-dest "ko")
|
||||
(setq google-translate-backend-method 'wget))
|
||||
;;(use-package! ob-translate
|
||||
;; :config
|
||||
;; (setq ob-translate:default-dest "ko")
|
||||
;; (setq google-translate-backend-method 'wget))
|
||||
(setq google-translate-backend-method 'curl)
|
||||
(use-package! org-journal
|
||||
:config
|
||||
(setq org-journal-file-type 'weekly))
|
||||
@ -389,10 +390,6 @@ capture was not aborted."
|
||||
(list (openwith-make-extension-regexp
|
||||
'("pdf"))
|
||||
"zathura"
|
||||
'(file))
|
||||
(list (openwith-make-extension-regexp
|
||||
'("html"))
|
||||
"qutebrowser"
|
||||
'(file)))))
|
||||
;; --------------------------------------------------------------------------------------------
|
||||
;; - KeyBindings
|
||||
@ -420,7 +417,7 @@ capture was not aborted."
|
||||
:desc "doom config.el"
|
||||
"foc" '(lambda () (interactive) (find-file (expand-file-name "~/.doom.d/config.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
|
||||
:desc "eshell"
|
||||
"e" '(:ignore t)
|
||||
|
||||
@ -48,9 +48,10 @@
|
||||
;(unpin! pinned-package another-pinned-package)
|
||||
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
|
||||
;(unpin! t)
|
||||
(unpin! org-roam-ui)
|
||||
(unpin! org-roam)
|
||||
(package! org-roam-ui)
|
||||
(package! ob-translate)
|
||||
;;(package! ob-translate)
|
||||
(package! google-translate)
|
||||
(package! dired-hide-dotfiles)
|
||||
(package! nov)
|
||||
;;(package! org-caldav)
|
||||
|
||||
2
.gitignore
vendored
2
.gitignore
vendored
@ -25,3 +25,5 @@
|
||||
/.config/vimb/
|
||||
/.emacs.df/.org-id-locations
|
||||
/.emacs.df/bookmarks
|
||||
/.config/Code - OSS/
|
||||
/.config/Electron/
|
||||
|
||||
Reference in New Issue
Block a user