Skip to content

Commit

Permalink
Removing high school related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebox committed Jun 13, 2022
1 parent bd9c53d commit 82c217d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions jake-emacs/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

;; Set `jib/computer' to 'laptop or 'desktop.
(let ((sys (system-name)))
(if (or (or (string= sys "MJBs-MacBook-Air.local") (string= sys "MJBs-Air.fwparker.org")) (string= sys "mjbs-air.lan"))
(if (or (string= sys "MJBs-MacBook-Air.local") (string= sys "mjbs-air.lan"))
(setq jib/computer 'laptop)
(setq jib/computer 'desktop)))

Expand Down Expand Up @@ -1417,13 +1417,6 @@ _q_uit _e_qualize _]_forward ^
(setq counsel-org-tags '("qp" "ec" "st")) ;; Quick-picks, extracurricular, short-term

(setq org-tag-faces '(
("bv" . "dark slate blue")
("sp" . "purple3")
("ch" . "PaleTurquoise3")
("cl" . "chartreuse4")
("es" . "brown3")
("Weekly" . "SteelBlue1")
("Robo" . "IndianRed2")
("Misc" . "tan1")
("qp" . "RosyBrown1") ;; Quick-picks
("ec" . "PaleGreen3") ;; Extracurricular
Expand Down
9 changes: 1 addition & 8 deletions jake-emacs/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ bunch of variables up here that can be used later.

;; Set `jib/computer' to 'laptop or 'desktop.
(let ((sys (system-name)))
(if (or (or (string= sys "MJBs-MacBook-Air.local") (string= sys "MJBs-Air.fwparker.org")) (string= sys "mjbs-air.lan"))
(if (or (string= sys "MJBs-MacBook-Air.local") (string= sys "mjbs-air.lan"))
(setq jib/computer 'laptop)
(setq jib/computer 'desktop)))
#+END_SRC
Expand Down Expand Up @@ -1711,13 +1711,6 @@ The following is org-mode configuration.
(setq counsel-org-tags '("qp" "ec" "st")) ;; Quick-picks, extracurricular, short-term

(setq org-tag-faces '(
("bv" . "dark slate blue")
("sp" . "purple3")
("ch" . "PaleTurquoise3")
("cl" . "chartreuse4")
("es" . "brown3")
("Weekly" . "SteelBlue1")
("Robo" . "IndianRed2")
("Misc" . "tan1")
("qp" . "RosyBrown1") ;; Quick-picks
("ec" . "PaleGreen3") ;; Extracurricular
Expand Down

0 comments on commit 82c217d

Please sign in to comment.