:;;; init.el -*- lexical-binding: t; coding: utf-8-unix -*- ;; ;; Author: Case Duckworth ;; Created: Sometime during Covid-19, 2020 ;; Keywords: configuration ;; URL: https://tildegit.org/acdw/emacs ;; Bankruptcy: 5b ;; ;; This file is NOT part of GNU Emacs. ;; ;;; License: ;; ;; Everyone is permitted to do whatever with this software, without ;; limitation. This software comes without any warranty whatsoever, ;; but with two pieces of advice: ;; - Don't hurt yourself. ;; - Make good choices. ;; ;;; Code: ;; Add `acdw.el' (add-to-list 'load-path (expand-file-name "lisp/" user-emacs-directory)) (require 'acdw) (autoload 'ehelp-command "ehelp") (define-key acdw/map (kbd "C-h") #'ehelp-command)