Commit graph

582 commits

Author SHA1 Message Date
22e8fdafa0 Add php-mode hydra 2018-07-09 19:39:11 -07:00
3ad4f10ac4 Add commands to org-mode hydra 2018-07-09 19:34:20 -07:00
5632cb67a1 Add autoloads file to all lisps for Windows 2018-07-09 19:33:05 -07:00
da51208152 Fix whitespace-tabs-only-mode warning 2018-07-09 19:30:56 -07:00
3bd8d43a47 Move web-mode configuration to separate file 2018-07-09 19:23:29 -07:00
c95bb1f278 Add Ruby configuration 2018-07-09 19:18:16 -07:00
bd6c6eb450 Add some PHP mode configuration 2018-07-09 19:16:27 -07:00
230ae96d40 Move python config to separate file 2018-07-09 19:04:15 -07:00
4cf35095ff Add some js2-mode configuration 2018-07-09 19:00:02 -07:00
e49529e2ec Move Scheme configuration out of Org-mode 2018-07-09 18:54:48 -07:00
8ad6f5f98e Move Elisp configuration out of Org-mode 2018-07-09 18:52:19 -07:00
accea011e3 Move CSS configuration out of Org-mode 2018-07-09 18:49:12 -07:00
a2227eb50a Remove Windows-specific compilation settings
These are now included in my global configuration.
2018-07-09 18:41:28 -07:00
d5a65ee24f Move compilation configuration to separate file
Also add functions from my Windows configuration.
2018-07-09 18:40:44 -07:00
dc6f85c2cb Add alert and compilation notification configuration 2018-06-27 17:47:19 -07:00
8888df80fd Update Windows configuration 2018-06-27 10:54:55 -07:00
1474f52810 Add grep aliases for php files 2018-06-27 10:53:44 -07:00
348f341de1 Add referenced whitespace-mode 2018-06-27 10:53:14 -07:00
197e3040c3 Set the magit git executable in windows 2018-06-19 11:13:05 -07:00
daf8391edf Add mode specifications for .inc and .module
.inc are a commonly used PHP extension for included files. .module is the Drupal module file extension.
2018-06-19 10:45:30 -07:00
f924fc9baa Add windows-specific Emacs config 2018-06-19 10:43:05 -07:00
eada3961e6 Fix compilation of .el files 2018-06-19 10:40:52 -07:00
0179fa3abe Stop using Org for PHP config 2018-06-19 10:40:09 -07:00
67c2b8ed1f Add mode specifications for jsx and blade templates 2018-06-13 15:38:07 -07:00
0ed4293029 Group additions to `auto-mode-alist' 2018-06-13 15:35:46 -07:00
736cf0f37f Fix compilation on Windows, add install target
Paths on Windows get confused since I use a strange combination of
some 4 different GNU/Linux-like systems on Windows (cygwin, msys2,
msys git, WSL).

Since Windows doesn't support symlinks properly, I can't use GNU Stow
to install my files. So for Windows I copy over all the necessary
files.
2018-06-13 11:15:49 -07:00
701601ca86 Don't raise an error if custom.el doesn't exist 2018-06-13 11:06:46 -07:00
3b59dca860 Highlight the current line in the package list 2018-06-10 10:54:42 -07:00
Tom Willemsen
b79835455e Add Windows-specific makefile settings 2018-06-07 10:40:18 -07:00
Tom Willemsen
106fe5ab4c Move jabber config to separate file 2018-06-07 10:27:30 -07:00
3ed11cacfe Use actual compilation directory instead of PWD 2018-06-07 00:57:28 -07:00
eccd076ed6 Enable fci-mode in emacs-lisp-mode 2018-06-07 00:51:08 -07:00
3358927523 Move flycheck settings to separate file 2018-06-07 00:42:11 -07:00
23e6561685 Move all lui settings to separate file 2018-06-07 00:38:16 -07:00
Tom Willemsen
0e21fddb0c Move lui config to separate file 2018-06-06 21:04:47 -07:00
Tom Willemsen
1af5279f9c Stop using SVG Modeline Themes 2018-06-06 21:04:13 -07:00
Tom Willemsen
5b68ca4f91 Don't require everything to be set-up in .emacs.d
The first time (at least) when I compile I won't have anything
available in ‘~/.emacs.d’, so load relative to the directory the
compilation is happening in.

On Windows it will likely always be the case that ‘~/.emacs.d’ is
running behind the directory compilation is happening in, since it
doesn’t support proper symbolic links, and will probably get a special
‘install’ target in the Makefile to copy all the compiled files over.
2018-06-06 20:56:28 -07:00
Tom Willemsen
d43e1f579b Don't try to tangle .el files 2018-06-06 20:48:37 -07:00
3e303fe70f Extract all lisp code from the org document 2018-06-05 08:36:53 -07:00
61496a0b81 Move more from org-mode 2018-05-29 01:02:11 -07:00
f6bd936f91 Start moving away from Org mode 2018-05-28 09:24:47 -07:00
686ce4b560 Enable electric indent mode in C++ mode 2018-05-08 23:50:22 -07:00
0cd94161b1 Add cmake and cpp init files to Makefile 2018-05-07 00:04:45 -07:00
6c950aca9d Add C++ configuration 2018-05-06 23:47:00 -07:00
8d11d25bf5 Add CMake configuration 2018-05-06 23:23:01 -07:00
3dfa39bffb Enable Fill Column Indicator in JS2 mode 2018-05-06 23:16:55 -07:00
1710d2f7ee Add grep file aliases for JS and CSS files 2018-02-07 11:09:12 -08:00
e835c42446 Be sure to use bash as the shell 2018-02-07 11:08:53 -08:00
2e12d4c251 Enable company mode in JavaScript 2018-02-07 00:53:11 -08:00
1361ea7988 Fix typo 2018-02-07 00:52:20 -08:00