summaryrefslogtreecommitdiff
path: root/lisp/startup.el
Commit message (Expand)AuthorAgeFilesLines
* Revert the --with-install-srcdir patchPaul Eggert2020-01-271-2/+1
* Install C source code for C-h f etc.Paul Eggert2020-01-241-1/+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.feature/tabsJuri 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
* * lisp/startup.el (load--user-init-file): Support early-init.elc as well.Eli Zaretskii2019-02-161-3/+9
* * lisp/startup.el: Rename load-user-init-fileStefan Monnier2019-02-161-20/+12
* Fix 'early-init-file' value when file is missingEli Zaretskii2019-02-161-1/+5
* Add portable dumperDaniel Colascione2019-01-151-1/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Merge from origin/emacs-26Glenn Morris2018-08-101-2/+2
|\ \ | |/
| * Improve error messages regarding initial-buffer-choice (Bug#29098)Alexander Gramiak2018-08-091-2/+2
| * Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-06-021-3/+11
* | Default to splash on current frame, if none visible (Bug#31169)Noam Postavsky2018-06-181-1/+2
* | Fix initialization of custom-delayed-init-variablesEli Zaretskii2018-06-121-3/+10
* | Make setting inhibit-startup-screen in early init workDaniel Colascione2018-06-081-5/+4
* | Fix decoding of directories when "~" includes non-ASCII charsEli Zaretskii2018-05-181-3/+11
* | More alias-related tediumGlenn Morris2018-04-201-3/+3
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-3/+3
* | Don't display an initial-buffer-choice buffer twiceDavid Beswick2018-04-171-2/+7
* | * lisp/emacs-lisp/package.el: New quickstart featureStefan Monnier2018-03-261-1/+1