Move move .emacs.d out of configs/shared
Moving all of my Emacs-related files into their own directory at the root of this repository.
This commit is contained in:
parent
3684adf23f
commit
578ed1ba98
190 changed files with 41 additions and 302 deletions
16
emacs/.emacs.d/wpc/wpc-prolog.el
Normal file
16
emacs/.emacs.d/wpc/wpc-prolog.el
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
;;; wpc-prolog.el --- For Prologging things -*- lexical-binding: t -*-
|
||||
;; Author: William Carroll <wpcarro@gmail.com>
|
||||
|
||||
;;; Commentary:
|
||||
;; Code configuring my Prolog work.
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'macros)
|
||||
|
||||
;; TODO: Notice that the .pl extension conflicts with Perl files. This may
|
||||
;; become a problem should I start working with Perl.
|
||||
(macros/support-file-extension "pl" prolog-mode)
|
||||
|
||||
(provide 'wpc-prolog)
|
||||
;;; wpc-prolog.el ends here
|
||||
Loading…
Add table
Add a link
Reference in a new issue