spacemacs/core
Tu Do 55f1207133 Improve Startup buffer
- Modularize and add quickhelp button
  Split the current hardcoded release note display functions into smaller
  reusable functions. Then reuse it for creating quickhelp button.
- fix: bind widget-button-click to left mouse click
  widget-button-press is for keyboard and binding it to a left mouse
  button is not suitable. The clicks on buttons are often ignored. Use the
  proper widget-button-click.
- Since this is develop, point it to 0.102.x
- Beautify org CHANGELOG
  Setting org-indent-mode hides the leading stars of all Org headers except
  the last one just enough to indicate indentation, which make it easier
  to read. Also, put it in read-only-mode so user don't accidentially mess
  up his reading material.
  Also put the CHANGELOG in view-mode for reading and navigating read-only
  content.
- Add Evil and Emacs tutorial buttons to quickhelp
  So it is even easier for first time users.
  Also refactor spacemacs-buffer//insert-release-note:
  - Change it to spacemacs-buffer//insert-note
  - Just insert content. Widgets are optional
  - Insert different widget from the two functions
    spacemacs-buffer//insert-quickhelp-widget and spacemacs-buffer//insert-release-note-widget
- Put the cursor on the quickhelp button
  So that users can start using it immediately. New users only knows RET
  to press a button and learn the rest there.
- Add m to jump back to top menu
  Also update the quickhelp content.
2015-04-19 02:04:42 -04:00
..
banners
libs
release-notes Add 0.102.x release note 2015-04-19 00:26:24 -04:00
templates Improve Startup buffer 2015-04-19 02:04:42 -04:00
tests Fix configuration-layer unit test 2015-04-13 02:20:03 -04:00
core-auto-completion.el Move auto-completion macros to core 2015-04-11 15:10:21 -04:00
core-configuration-layer.el Reload dotfile and layer anywhere with SPC f e R 2015-04-18 23:40:24 -04:00
core-dotspacemacs.el Change scope to current and default to all for now 2015-04-19 01:04:05 -04:00
core-emacs-backports.el
core-fonts-support.el New function spacemacs/warning 2015-04-12 12:25:53 -04:00
core-funcs.el Improve Startup buffer 2015-04-19 02:04:42 -04:00
core-load-paths.el Startup buffer release note 2015-04-13 02:17:48 -04:00
core-micro-state.el
core-spacemacs-buffer.el Improve Startup buffer 2015-04-19 02:04:42 -04:00
core-spacemacs.el Fix silly typo 2015-04-19 00:39:28 -04:00
core-themes-support.el Don't consider used themes as orphans if they don't belong to a layer 2015-04-14 15:50:29 -04:00
core-toggle.el
Makefile