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
|
;; - 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))
|
||||||
@ -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)
|
||||||
|
|||||||
@ -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
2
.gitignore
vendored
@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user