summaryrefslogtreecommitdiff
path: root/lisp/startup.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.Stefan Monnier2021-02-021-1/+1
* Use `lexical-binding` in all `lisp/international` filesStefan Monnier2021-01-251-0/+2
* * lisp/startup.el: Fix bug#45857, bug#30994, and bug#45913.Stefan Monnier2021-01-191-8/+3
* * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursorStefan Monnier2021-01-141-9/+0
* * lisp/startup.el (command-line): Remove redundant set of no-blinking-cursorStefan Monnier2021-01-141-2/+1
* Fix marking "delayed-initialization" vars as dynamically scopedStefan Monnier2021-01-141-9/+7
* Merge from origin/emacs-27Glenn Morris2021-01-141-4/+5
|\
| * Fix inhibiting the default.el loading in user init fileEli Zaretskii2021-01-081-4/+5
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | * lisp/emacs-lisp/package.el: Load package-quickstart without package.elStefan Monnier2021-01-051-11/+1
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Default the init file to init.el, not initLars Ingebrigtsen2020-12-171-3/+3
* | Prefer setq-local in most filesStefan Kangas2020-12-091-2/+2
* | Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\|
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Fix PWD startup checking with symlinksPaul Eggert2020-08-261-6/+3
* | Allow directories to be called .el in -add-subdirs-to-load-pathRobert Pluim2020-08-261-3/+0
|/
* Let Emacs start even if curdir is inaccessiblePaul Eggert2020-08-171-5/+6
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-181-4/+4
* Fix edge case errors in filename-matching regexpsMattias Engdegård2020-04-141-2/+2
* Make emacs prefer an existing ~/.emacs.d to an existing XDG locationRobert Pluim2020-01-161-21/+21
* Always use lexical-binding in lisp-interaction-mode (bug#38835)Mattias Engdegård2020-01-131-3/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Don't warn about pure-space overflowEli Zaretskii2019-12-141-1/+5
* * lisp/startup.el (command-line): Fix last change in package--activatedStefan Monnier2019-11-111-3/+1
* * lisp/startup.el (package--activated): Fix redundant definitionStefan Monnier2019-11-091-1/+1
* Avoid changing value of defcustom package-enable-at-startupStefan Kangas2019-11-061-0/+3
* Enable tab-bar-mode from X resourcesJuri Linkov2019-10-131-4/+8
* Use quit-window in some functionsAndreas Politz2019-10-131-3/+1
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-0/+3
|\
| * Remove unused code and reformat to 70 columns.Juri Linkov2019-10-011-3/+1
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+5
* | Add bug reporting and link the manual on the about screenStefan Kangas2019-09-281-3/+5
* | Fix running on MS-Windows with non-existing home directoryEli Zaretskii2019-09-281-2/+3
* | Fix error in display-startup-screenLars Ingebrigtsen2019-09-261-10/+10
* | Also prefer .emacs.d if .emacs existsPaul Eggert2019-09-191-1/+8
* | Fix auto-save with user-emacs-directoryPaul Eggert2019-09-111-0/+1
* | Calculate user-emacs-directory on startupPaul Eggert2019-08-311-12/+39
|/
* Prefer ~/.config/emacs to ~/.emacs.d if neither existsPaul Eggert2019-08-301-6/+9
* Use XDG conventions more consistentlyPaul Eggert2019-08-271-21/+27
* Revert "Recompute user-emacs-directory-relative defcustoms one more time"Eli Zaretskii2019-08-241-10/+2
* Recompute user-emacs-directory-relative defcustoms one more timeEli Zaretskii2019-08-221-2/+10
* Improve pdumper doc; say unexec is deprecatedPaul Eggert2019-07-231-2/+2
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-17/+0
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-0/+17
* Allow trailing whitespace in --eval argument (Bug#36219)Noam Postavsky2019-06-151-1/+3
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Implement and document XDG-style startup files under ~/.config.Eric S. Raymond2019-05-251-4/+13
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Use lexical-binding by default for M-:, --eval, and *scratch*Stefan Monnier2019-04-251-5/+13