Corrected Lexical binding string

This commit is contained in:
James Patrick 2021-04-02 15:45:01 -04:00
parent 7313b6ccb0
commit 3bb0ae8e98
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
;;; init.el -*- lexical-binding: t; -*-
;;; +mail.el -*- lexical-binding: t; -*-
; I use ProtonMail with my domainname via ProtonBridge synced via mbsync to mu.

View File

@ -1,4 +1,4 @@
;;; init.el -*- lexical-binding: t; -*-
;;; +org.el -*- lexical-binding: t; -*-
(require 'org)
(custom-set-variables '(org-directory "~/org/"))