Merge branch 'master' of gitlab.com:chriscochrun/dotemacs

This commit is contained in:
Chris Cochrun 2021-10-12 12:06:28 -05:00
commit eca1391ce0
2 changed files with 8 additions and 0 deletions

View file

@ -25,6 +25,7 @@
- [[#org-mode][Org Mode]]
- [[#mu4e][MU4E]]
- [[#calendar][Calendar]]
- [[#org-caldav-sync][Org-Caldav-sync]]
- [[#magit][Magit]]
- [[#eshell][Eshell]]
- [[#sly][Sly]]
@ -948,6 +949,8 @@ I'm making a small function in here to open files in the appropriate program usi
(setq dired-dwim-target t)
(setq dired-listing-switches "-aoh --group-directories-first")
(setq dired-hide-details-hide-symlink-targets nil)
(add-hook 'dired-mode-hook #'dired-hide-details-mode)
:general
(chris/leader-keys
@ -1737,6 +1740,9 @@ Here we setup an easy way to use ical as a source for calendar views.
:after calfw)
#+end_src
** Org-Caldav-sync
I'd like to sync my org-files to caldav and hopefully use more native android apps to manage tasks and reminders.
** Magit
Use magit, because why wouldn't you? duh!
#+begin_src emacs-lisp

View file

@ -574,6 +574,8 @@ vertically."
(setq dired-dwim-target t)
(setq dired-listing-switches "-aoh --group-directories-first")
(setq dired-hide-details-hide-symlink-targets nil)
(add-hook 'dired-mode-hook #'dired-hide-details-mode)
:general
(chris/leader-keys