Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 419 Bytes

emacs-config.org

File metadata and controls

20 lines (14 loc) · 419 Bytes

Emacs configuration

Lets test this

(setq user-full-name "Mikael Poul Johannesson"
      user-mail-address "mikajoh@gmail.com"
      calendar-latitude 60.39
      calendar-longitude 5.33
      calendar-location-name "Bergen")
(require 'org-bullets)
(add-hook 'org-mode-hook (lambda () (org-bullets-mode 1)))