From 3c10944651bc941149ae987ee8a4ea0c88378322 Mon Sep 17 00:00:00 2001
From: noa@gaiwan.org
Date: Wed, 19 Jun 2024 07:44:22 +0000
Subject: Initial commit
---
emacs/init.el | 1007 ---------------------------------------------------------
1 file changed, 1007 deletions(-)
delete mode 100644 emacs/init.el
(limited to 'emacs/init.el')
diff --git a/emacs/init.el b/emacs/init.el
deleted file mode 100644
index 523c947..0000000
--- a/emacs/init.el
+++ /dev/null
@@ -1,1007 +0,0 @@
-;;; init.el --- my emacs configuration -*- lexical-binding: t; -*-
-
-(add-to-list 'load-path (expand-file-name (concat user-emacs-directory "site-lisp")))
-
-(setq garbage-collection-messages t)
-(add-hook 'emacs-startup-hook
- #'(lambda ()
- (message (format "Initialised in %s seconds with %s garbage collections." (emacs-init-time) gcs-done))
- ;;; reset garbage collector
- (setq
- gc-cons-threshold 800000
- gc-cons-percentage 0.2)))
-
-(setopt user-mail-address "noa@gaiwan.org")
-
-;; properly distinguish these chords from their ascii legacy
-(define-key input-decode-map [?\C-m] [C-m])
-
-(require 'tubthumping-theme)
-(load-theme 'tubthumping t)
-
-;; I make my caps lock a menu key, so i can open the command palette with it
-(define-key context-menu-mode-map (kbd "