diff options
author | Colin Okay <colin@cicadas.surf> | 2022-07-24 09:46:55 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-07-24 09:46:55 -0500 |
commit | 3586737cb984d91e9cfc9aedb62fca278eb41412 (patch) | |
tree | 24cbe23508dcec2d183231514b73272a53bdc6ea | |
parent | bee0b5057acb1de1313bf8c00d00765d9d42d342 (diff) |
[theme] tweaking; [add] quotes to lifecoach-messages
-rw-r--r-- | init-el.org | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/init-el.org b/init-el.org index c544eb5..54f0788 100644 --- a/init-el.org +++ b/init-el.org @@ -586,6 +586,8 @@ So, to use this file for the very first time you must (setq my-installed-themes '(tao-theme + nord-theme + modus-themes solarized-theme)) @@ -605,10 +607,13 @@ So, to use this file for the very first time you must #+begin_src elisp :results none (setq *my-themes* - '(tao-yang + '(modus-operandi solarized-light + tao-yang + nord + tao-yin solarized-dark - tao-yin)) + modus-vivendi)) (defun my-theme-string () (if (car custom-enabled-themes) @@ -1885,6 +1890,8 @@ messages echo to the echo area. (setq lifecoach-messages '( + "In pursuit of knowledge, every day something is acquired. In pursuit of wisdom, every day something is dropped. -- lao tzu" + "Abandon the idea that you are ever going to finish. -- steinbeck" "You are the only hope you have! Keep working!" "You get hack on stuff you thought up... Keep going!" "You don't have to be working a real job! Enjoy this!" @@ -1924,6 +1931,7 @@ messages echo to the echo area. "Difficulty is an essential element in the creative process." "There's a million races being run. You just got to get in one of them and win --hamming" "To invent your own life's meaning is not easy, but it's still allowed, and I think you'll be happier for the trouble --watterson" + "There is no heaven. -- boutade" "Ever tried. Ever failed. No matter. Try Again. Fail again. Fail better --beckett" "Welcome the accidents. --boutade" "Occassion that invites no accidents invites nothing and need not occur, for everything is known already. --boutade" |