From d19978e594ef67be30dd70710f2ba1861a6689f9 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 22 Apr 2025 12:16:05 -0700 Subject: [PATCH] set lexical bindings and ignore more stuff --- .gitignore | 2 ++ init.el | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a40aee2..6fd5ea4 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ auto-save-list /ac-comphist.dat /ido.last /transient/ +/projects +/url/ diff --git a/init.el b/init.el index d263772..c690100 100644 --- a/init.el +++ b/init.el @@ -1,3 +1,4 @@ +;;; -*- lexical-binding: t; -*- ;;; startup without syntax highlighting ;;; (global-font-lock-mode 0)