aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* fix visualizer popup undo-treeJesús2019-02-031-6/+21
|
* Fix pop-up neo-treeJesús2019-02-031-1/+2
| | | | | | | | | By default, Emacs packages such as undo-tree-mode seem to be dependent on windows to display the visualization. The first basic step would be to `(setq pop-up-frames t)` so that display-buffer always makes a new frame.
* fix linum-mode in c-mode, c++-modeJesús2019-02-021-0/+2
|
* fix indent c-modeJesús2019-02-021-0/+9
|
* change smart-open to nil in neotreeJesús2019-02-011-1/+1
|
* change package-archive-priorities melpa-stable firtsJesús2019-02-011-9/+9
| | | | | | | | | | | | | | | 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.
* Fixed erase mode pop upJesús2019-02-011-1/+2
|
* single hook with use-packageJesús2019-01-316-32/+32
|
* Delete ggtagsJesús2019-01-311-22/+0
|
* Added ggtagsJesús2019-01-311-0/+22
|
* Added apache-modeJesús2019-01-311-0/+20
|
* fix disable linum-mode in modesJesús2019-01-311-3/+15
|
* Fix the following functions might not be defined at runtimeJesús2019-01-221-41/+50
| | | | | | | | | | | | | - 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
* Fix the function ‘editorconfig-mode’ is not known to be definedJesús2019-01-221-1/+3
| | | | FS #2
* Fix the following functions are not known to be defined: ivy-read, ↵Jesús2019-01-221-12/+21
| | | | | | enable-smerge-maybe FS #2
* fix the function ‘ecb-deactivate’ might not be defined at runtime.Jesús2019-01-221-3/+8
| | | | FS #2
* Change directory lisp/ to modules/Jesús2019-01-2236-0/+1170
FS #2