Browse Source

Add notes + dashboard line for bookshelf

main
parent
commit
22c357883c
  1. 14
      README.org
  2. BIN
      docs/courses.org.gpg
  3. BIN
      docs/notes/thinking-in-cpp.org.gpg
  4. 7
      modules/interface.el

14
README.org

@ -1178,9 +1178,10 @@ Present a dashboard when first launching Emacs.
Customize the buttons of the navigator: Customize the buttons of the navigator:
+  Brain @ http://localhost:8080
+  Homepage @ https://chrishayward.xyz
+  Athabasca @ https://login.athabascau.ca/cas/login
+ Brain @ http://localhost:8080
+ Homepage @ https://chrishayward.xyz
+ Athabasca @ https://login.athabascau.ca/cas/login
+ Bookshelf @ https://online.vitalsource.com
#+begin_src emacs-lisp #+begin_src emacs-lisp
(setq dashboard-navigator-buttons (setq dashboard-navigator-buttons
@ -1198,7 +1199,12 @@ Customize the buttons of the navigator:
((,(all-the-icons-faicon "university" :height 1.1 :v-adjust 0.0) ((,(all-the-icons-faicon "university" :height 1.1 :v-adjust 0.0)
"Athabasca" "Athabasca"
"Univeristy login" "Univeristy login"
(lambda (&rest _) (browse-url "https://login.athabascau.ca/cas/login"))))))
(lambda (&rest _) (browse-url "https://login.athabascau.ca/cas/login"))))
;; Fourth row.
((,(all-the-icons-faicon "book" :height 1.1 :v-adjust 0.0)
"Bookshelf"
"Vitalsource bookshelf"
(lambda (&rest _) (browse-url "https://online.vitalsource.com"))))))
#+end_src #+end_src
When running in *daemon* mode, ensure that the dashboard is the initial buffer. When running in *daemon* mode, ensure that the dashboard is the initial buffer.

BIN
docs/courses.org.gpg

BIN
docs/notes/thinking-in-cpp.org.gpg

7
modules/interface.el

@ -70,7 +70,12 @@
((,(all-the-icons-faicon "university" :height 1.1 :v-adjust 0.0) ((,(all-the-icons-faicon "university" :height 1.1 :v-adjust 0.0)
"Athabasca" "Athabasca"
"Univeristy login" "Univeristy login"
(lambda (&rest _) (browse-url "https://login.athabascau.ca/cas/login"))))))
(lambda (&rest _) (browse-url "https://login.athabascau.ca/cas/login"))))
;; Fourth row.
((,(all-the-icons-faicon "book" :height 1.1 :v-adjust 0.0)
"Bookshelf"
"Vitalsource bookshelf"
(lambda (&rest _) (browse-url "https://online.vitalsource.com"))))))
(setq initial-buffer-choice (setq initial-buffer-choice
(lambda () (lambda ()

Loading…
Cancel
Save