|
|
@ -30,8 +30,8 @@ |
|
|
|
|
|
|
|
;;+++++++++++++ |
|
|
|
;; frame size |
|
|
|
(setq initial-frame-alist '((top . 0)(left . 0) |
|
|
|
(width . 80)(height . 50))) |
|
|
|
;;(setq initial-frame-alist '((top . 325)(left . 0) |
|
|
|
;; (width . 80)(height . 50))) |
|
|
|
;;+++++++++++ |
|
|
|
;; Doom-themes, all-the-icons, mode-line and font |
|
|
|
(unless (package-installed-p 'doom-themes) |
|
|
@ -59,7 +59,7 @@ |
|
|
|
(package-install 'all-the-icons)) |
|
|
|
;; Set default font: |
|
|
|
(add-to-list 'default-frame-alist |
|
|
|
'(font . "Source Code Pro-18")) |
|
|
|
'(font . "Source Code Pro-15")) |
|
|
|
;;+++++++ |
|
|
|
;;auctex: |
|
|
|
(setenv "PATH" (concat "/Library/TeX/texbin:" |
|
|
@ -139,8 +139,7 @@ |
|
|
|
;; Your init file should contain only one such instance. |
|
|
|
;; If there is more than one, they won't work right. |
|
|
|
'(package-selected-packages |
|
|
|
(quote |
|
|
|
(docker-compose-mode markdown-mode org-ref doom-modeline all-the-icons doom-themes which-key helm use-package)))) |
|
|
|
'(docker-compose-mode markdown-mode org-ref doom-modeline all-the-icons doom-themes which-key helm use-package))) |
|
|
|
(custom-set-faces |
|
|
|
;; custom-set-faces was added by Custom. |
|
|
|
;; If you edit it by hand, you could mess it up, so be careful. |
|
|
|