mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-13 23:51:34 +09:00
OrgMode : GCalendar
This commit is contained in:
@ -1270,6 +1270,21 @@ https://emacs.stackexchange.com/a/30691
|
||||
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o %f"))
|
||||
#+end_src
|
||||
|
||||
* Org-Gcal
|
||||
#+begin_src emacs-lisp
|
||||
(setq package-check-signature nil)
|
||||
|
||||
|
||||
(use-package org-gcal
|
||||
:ensure t
|
||||
:config
|
||||
(setq org-gcal-client-id "oauth 2.0 client ID"
|
||||
org-gcal-client-secret "client secret"
|
||||
org-gcal-file-alist '(("cpu3792@gmail.com" . "~/Roam/gcal.org"))))
|
||||
(add-hook 'org-agenda-mode-hook (lambda () (org-gcal-sync) ))
|
||||
(add-hook 'org-capture-after-finalize-hook (lambda () (org-gcal-sync) ))
|
||||
#+end_src
|
||||
|
||||
* EDiff
|
||||
#+begin_src emacs-lisp
|
||||
;; Don't let ediff break EXWM, keep it in one frame
|
||||
|
||||
@ -11,5 +11,5 @@ Host github.com
|
||||
###################################################################
|
||||
# Proxy Server
|
||||
Host odroid
|
||||
Hostname 192.168.1.168
|
||||
Hostname 192.168.0.11
|
||||
User jaeus
|
||||
|
||||
Reference in New Issue
Block a user