From f72059915bbe0ea30032692df9acb4b8351dd8c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E4=BD=8F=E6=9F=B1=E9=96=93?= Date: Mon, 22 Jan 2024 05:09:04 +0000 Subject: [PATCH] be paranoid --- emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.d/init.el b/emacs.d/init.el index 333edba..f4f435a 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -1,3 +1,6 @@ +;; -*- mode: emacs-lisp; buffer-read-only: t; -*- + + ;; this emacs configuration is heavily dependant on the guix configuration, which manages the packages. ;; the org-roam-ui packages uses a specific version of org-roam, please dont install the org-roam from ;; the main guix repo, let the package org-roam-ui do that automatically.