Skip to content

Instantly share code, notes, and snippets.

View coyove's full-sized avatar
👩‍🎨
Test

Coyove coyove

👩‍🎨
Test
View GitHub Profile
@coyove
coyove / init.el
Last active September 25, 2020 00:39
(fset 'yes-or-no-p 'y-or-n-p)
(add-to-list 'default-frame-alist '(fullscreen . maximized))
(defun set-exec-path-from-shell-PATH ()
(tool-bar-mode 0)
;; (load-theme 'leuven t)
(load-theme 'monokai t)
(if (eq system-type 'windows-nt)
(progn
(set-face-attribute 'default nil :height 140)