Update init file
This commit is contained in:
parent
3ee9cf741d
commit
54b4c9cf0d
2 changed files with 13 additions and 12 deletions
|
@ -1,9 +1,9 @@
|
|||
(when (eq system-type 'darwin)
|
||||
(when (display-graphic-p)
|
||||
(set-default-font "Hack Nerd Font Mono 12")
|
||||
(add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
|
||||
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
||||
(add-to-list 'default-frame-alist '(font . "Hack Nerd Font Mono-13"))
|
||||
(add-to-list 'default-frame-alist '(height . 60))
|
||||
(add-to-list 'default-frame-alist '(width . 80)))
|
||||
(add-to-list 'default-frame-alist '(height . 60))
|
||||
(add-to-list 'default-frame-alist '(width . 80)))
|
||||
(unless (display-graphic-p)))
|
||||
(provide 'darwin-customs)
|
||||
|
|
19
init.el
19
init.el
|
@ -16,14 +16,15 @@
|
|||
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
||||
'(display-time-world-list
|
||||
(quote
|
||||
(("America/New_York" "New York")
|
||||
("America/Los_Angeles" "Los Angeles")
|
||||
("America/Nassau" "Nassau")
|
||||
("Europe/Istanbul" "Istanbul")
|
||||
("Europe/London" "London")
|
||||
("Europe/Berlin" "Berlin")
|
||||
("Asia/Shanghai" "China")
|
||||
("Asia/Tokyo" "Tokyo"))))
|
||||
(("UTC+7" "Los Angeles")
|
||||
("UTC+4" "New York")
|
||||
("UTC+4" "Nassau")
|
||||
("UTC-1" "London")
|
||||
("UTC-2" "Berlin")
|
||||
("UTC-3" "Istanbul")
|
||||
("UTC-8" "Shanghai")
|
||||
("UTC-8" "Hong Kong")
|
||||
("UTC-9" "Tokyo"))))
|
||||
'(font-lock-maximum-decoration (quote ((ReST . 0))))
|
||||
'(global-font-lock-mode nil)
|
||||
'(global-hl-line-mode nil)
|
||||
|
@ -61,7 +62,7 @@
|
|||
(setq linum-relative-backend 'display-line-numbers-mode)
|
||||
(setq require-final-newline t)
|
||||
(setq font-lock-maximum-decoration t)
|
||||
;;(setq inhibit-startup-screen t initial-buffer-choice t)
|
||||
(setq inhibit-startup-screen t initial-buffer-choice t)
|
||||
|
||||
;; set modes
|
||||
(line-number-mode -1)
|
||||
|
|
Loading…
Add table
Reference in a new issue