This commit is contained in:
opFez 2020-12-08 22:14:05 +01:00
parent 541c39efe7
commit fc14200c79
1 changed files with 7 additions and 3 deletions

10
init.el
View File

@ -10,7 +10,8 @@
(scroll-bar-mode 0)
;; Appearance
(set-frame-font "DejaVu Sans Mono 10")
(set-frame-font "Terminus 12")
(set-face-italic 'font-lock-comment-face nil) ; disable italics
; theme set in packages.el
(global-linum-mode)
(blink-cursor-mode nil)
@ -59,7 +60,8 @@
(ad-activate 'ansi-term)
;; C configuration
(setq c-default-style "linux"
c-basic-offset 4)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@ -69,7 +71,9 @@
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(package-selected-packages '(tao-themes tao-theme almost-mono-themes use-package)))
'(package-selected-packages
(quote
(tao-themes tao-theme almost-mono-themes 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.