changing laptop name to syl

This commit is contained in:
Chris Cochrun 2021-03-28 04:44:50 -05:00
parent bd27d8a7a1
commit 9e53f20b10
2 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@
(blink-cursor-mode -1)
(column-number-mode +1)
(if (string-equal (system-name) "chris-linuxlaptop")
(if (string-equal (system-name) "syl")
(defvar chris/default-font-size 240)
(defvar chris/default-font-size 120))
@ -537,7 +537,7 @@ vertically."
(defun chris/org-babel-tangle-config ()
(when (string-equal (buffer-file-name)
(expand-file-name "~/.dotemacs/README.org"))
(expand-file-name "~/.emacs.d/README.org"))
(let ((org-confirm-babel-evaluate nil))
(org-babel-tangle))))
@ -1011,7 +1011,7 @@ If on a:
(lambda nil
(let ((path (abbreviate-file-name (eshell/pwd))))
(concat
(if (or (string= system-name "archdesktop") (string= system-name "chris-linuxlaptop"))
(if (or (string= system-name "archdesktop") (string= system-name "syl"))
nil
(format
(propertize "\n(%s@%s)" 'face '(:foreground "#606580"))