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 (eq system-type 'darwin)
|
||||||
(when (display-graphic-p)
|
(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-transparent-titlebar . t))
|
||||||
(add-to-list 'default-frame-alist '(ns-appearance . dark))
|
(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 '(height . 60))
|
(add-to-list 'default-frame-alist '(width . 80)))
|
||||||
(add-to-list 'default-frame-alist '(width . 80)))
|
|
||||||
(unless (display-graphic-p)))
|
(unless (display-graphic-p)))
|
||||||
(provide 'darwin-customs)
|
(provide 'darwin-customs)
|
||||||
|
|
19
init.el
19
init.el
|
@ -16,14 +16,15 @@
|
||||||
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
|
||||||
'(display-time-world-list
|
'(display-time-world-list
|
||||||
(quote
|
(quote
|
||||||
(("America/New_York" "New York")
|
(("UTC+7" "Los Angeles")
|
||||||
("America/Los_Angeles" "Los Angeles")
|
("UTC+4" "New York")
|
||||||
("America/Nassau" "Nassau")
|
("UTC+4" "Nassau")
|
||||||
("Europe/Istanbul" "Istanbul")
|
("UTC-1" "London")
|
||||||
("Europe/London" "London")
|
("UTC-2" "Berlin")
|
||||||
("Europe/Berlin" "Berlin")
|
("UTC-3" "Istanbul")
|
||||||
("Asia/Shanghai" "China")
|
("UTC-8" "Shanghai")
|
||||||
("Asia/Tokyo" "Tokyo"))))
|
("UTC-8" "Hong Kong")
|
||||||
|
("UTC-9" "Tokyo"))))
|
||||||
'(font-lock-maximum-decoration (quote ((ReST . 0))))
|
'(font-lock-maximum-decoration (quote ((ReST . 0))))
|
||||||
'(global-font-lock-mode nil)
|
'(global-font-lock-mode nil)
|
||||||
'(global-hl-line-mode nil)
|
'(global-hl-line-mode nil)
|
||||||
|
@ -61,7 +62,7 @@
|
||||||
(setq linum-relative-backend 'display-line-numbers-mode)
|
(setq linum-relative-backend 'display-line-numbers-mode)
|
||||||
(setq require-final-newline t)
|
(setq require-final-newline t)
|
||||||
(setq font-lock-maximum-decoration 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
|
;; set modes
|
||||||
(line-number-mode -1)
|
(line-number-mode -1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue