X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=emacs_el%2Fconfiguration%2Fdon-configuration.org;h=7f0ea1d18d7cab26fec3a2ca965844abbc2a16cc;hb=64a72d16110be0913bd1cbc89927ca3ecc908023;hp=a668579a58add428fc670a2f89e8d8b0e1072607;hpb=0cb94941bc3f8ad19e08a385e2bdf6b74cc70db5;p=lib.git diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index a668579..7f0ea1d 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -29,6 +29,10 @@ Borrowed from https://github.com/nilcons/emacs-use-package-fast/ to load [[https://github.com/jwiegley/use-package/][use-package]] even faster #+BEGIN_SRC emacs-lisp (eval-and-compile + ;; add /etc/ssl/ca-global/ca-certificates.crt so that we can + ;; download packages when we're on Debian hosts which chop down the + ;; list of available certificates + (add-to-list 'gnutls-trustfiles "/etc/ssl/ca-global/ca-certificates.crt") (setq package-enable-at-startup nil) (setq package--init-file-ensured t) (setq package-user-dir "~/var/emacs/elpa") @@ -1516,6 +1520,8 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori "~/projects/org-notes/wildman.org" "~/projects/org-notes/uddin.org" "~/projects/org-notes/reviews.org" + "~/projects/org-notes/laurel.org" + "~/projects/org-notes/from-calendar.org" "~/org-mode/from-mobile.org" "~/projects/org-notes/fh.org"))) @@ -1610,12 +1616,12 @@ From http://julien.danjou.info/projects/emacs-packages#rainbow-mode, this colori (" I" . bh/punch-in) (" O" . bh/punch-out) (" SPC" . bh/clock-in-last-task) - ("" . org-agenda) + ("" . dla/show-org-agenda) ;; ("" . bh/org-todo) ("" . bh/widen) ("" . bh/set-truncate-lines) ("" . org-cycle-agenda-files) - (" " . org-agenda) + (" " . dla/show-org-agenda) (" b" . bbdb) (" c" . calendar) (" f" . boxquote-insert-file)