Skip to content

Instantly share code, notes, and snippets.

View vinikira's full-sized avatar

Vinícius da Costa Simões vinikira

View GitHub Profile
@vinikira
vinikira / clean.el
Created May 13, 2020 12:25 — forked from rougier/clean.el
A very minimal but elegant emacs configuration file
(require 'org)
(setq-default indent-tabs-mode nil)
(setq org-display-inline-images t)
(setq org-redisplay-inline-images t)
(setq org-startup-with-inline-images "inlineimages")
(setq default-frame-alist
(append (list '(width . 72) '(height . 40))))