19 lines
348 B
Plaintext
19 lines
348 B
Plaintext
;;; .emacs --- My emacs config
|
|
;;
|
|
;; Copyright (C) 2021 Ludwig Lehnert
|
|
;;
|
|
;; Created: Juni 07, 2021
|
|
;; Modified: Juni 07, 2021
|
|
;; Package-Requires: ((emacs "24.3"))
|
|
;;
|
|
;; This file is not part of GNU Emacs.
|
|
;;
|
|
;;; Commentary:
|
|
;; ---
|
|
;;; Code:
|
|
|
|
(set-face-attribute 'default (selected-frame) :height 160)
|
|
|
|
(provide '.emacs)
|
|
;;; .emacs ends here
|