Added emacs prelude and config

This commit is contained in:
TuDatTr
2018-01-09 04:06:05 +01:00
parent 87a671756a
commit 505d3526b8
1129 changed files with 308314 additions and 5398 deletions

View File

@@ -0,0 +1,28 @@
;;; discover-my-major-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "discover-my-major" "discover-my-major.el"
;;;;;; (23122 58397 335688 478000))
;;; Generated autoloads from discover-my-major.el
(autoload 'discover-my-major "discover-my-major" "\
Create a makey popup listing all major-mode keys with their description.
If ARG is non-nil recreate the makey popup function even if it is already defined.
\(fn ARG)" t nil)
(autoload 'discover-my-mode "discover-my-major" "\
Create a makey popup listing all MODE keys with their description.
\(fn MODE)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; discover-my-major-autoloads.el ends here