commit 4d1d8a34624d4e0cce5dc95c102bc69e28dab5e6 parent 129274478389a9f97931157e357a49f72ca571e5 Author: MichaĆ M. Sapka <michal@sapka.me> Date: Wed, 11 Jan 2023 17:39:38 +0100 feat(emacs): placeholder config Diffstat:
A | emacs/.emacs.d/.gitignore | | | 2 | ++ |
A | emacs/.emacs.d/init.el | | | 3 | +++ |
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/emacs/.emacs.d/.gitignore b/emacs/.emacs.d/.gitignore @@ -0,0 +1,2 @@ +auto-save-list +url diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -0,0 +1,3 @@ +;; make it readable +(set-face-attribute 'default nil :height 150) +