112 Commits

Author SHA1 Message Date
baebade667
change package-archive-priorities melpa-stable firts
Use the option package-archive-priorities which was made for this
very purpose. To prefer MELPA Stable over MELPA.

The higher the number, the higher the priority of a package archive.
For any package that exists in multiple archives Emacs' package manager
picks the package from the archive with the highest priority,
and ignores packages in other archives, even if the version number
is higher.

If the package exists in two archives of the same priority,
the higher version number wins, and ultimately
I think the order in package-archives.
2019-02-01 14:43:16 -05:00
5597744a15
Fixed erase mode pop up 2019-02-01 14:35:44 -05:00
257849faab
single hook with use-package 2019-01-31 22:20:21 -05:00
719257e801
Delete ggtags 2019-01-31 19:31:27 -05:00
f9d740e73d
Added ggtags 2019-01-31 18:32:31 -05:00
28e9695a24
Added apache-mode 2019-01-31 18:09:54 -05:00
7a1c4a38c3
fix disable linum-mode in modes 2019-01-31 18:04:54 -05:00
70ee129a0a
Fix the following functions might not be defined at runtime
- off-p
- shrink-path-dirs
- neo-buffer--insert-root-entry

Fix functions are not known to be defined

- shrink-root-entry
- projectile-project-root

FS #2
2019-01-22 18:36:08 -05:00
323b9b6e01
Fix the function ‘editorconfig-mode’ is not known to be defined
FS #2
2019-01-22 18:31:00 -05:00
ccfd6a33cd
Fix the following functions are not known to be defined: ivy-read, enable-smerge-maybe
FS #2
2019-01-22 16:59:31 -05:00
09b8e739e4
fix the function ‘ecb-deactivate’ might not be defined at runtime.
FS #2
2019-01-22 16:37:48 -05:00
ced0fe8f9e
Change directory lisp/ to modules/
FS #2
2019-01-22 15:45:41 -05:00