Age | Commit message (Collapse) | Author |
|
* dashboard.el (dashboard): Set the dashboard buffer as not modified.
This is a minor issue, but I like it. :D
|
|
* dashboard.el (dashboard-mode-map): This command becomes more and
more indispensable for me.
|
|
* dashboard.el (dashboard-mode-map): Bind 'L' to
`rlist-list-registers`. This is quite convenient.
|
|
* dashboard.el (dashboard-mode-map, dashboard-clear): This function
runs `ibuffer` and then runs `durand-ibuffer-clear`. Its effect is
to clear every buffer and then stays in the dashboard. This can be
used as a final key before leaving the computer.
|
|
* dashboard.el (dashboard-mode-map): Now 't' is bound to
`durand-view-timers-or-temps` and 'T' is bound to `modeline-toggle`.
The ability to view interesting information is much more important
than that of toggling the modeline, in my opinion.
|
|
* dashboard.el (dashboard-mode-map): `org-store-link` is useless in
the dashboard buffer, and it shadows the useful key 'l'.
|
|
* dashboard.el (dashboard-mode-map): Bind `durand-open-object` so as
to easily open things.
|
|
* dashboard.el (dashboard-mode-map): Bind `gnus` to 'g' for
conveniently accessing mails.
|
|
* dashboard.el (dashboard-mode-map): Bind `modeline-toggle` to 't' to
conveniently toggle the mode line.
|
|
* dashboard.el (dashboard-mode): A dedicated mode with convenient
access functions.
(dashboard-preload): A macro to define convenient functions easily.
|
|
"Don't kill" => "Please don't kill"
|
|
* dashboard.el (dont-kill-dashboard-fn): Such an error / warning
message should not end with a period.
|
|
|
|
|
|
Sometimes the dashboard is renderred weirdly, so I want to have a
convenient way to reset the dashboard buffer.
|
|
* dashboard.el (dashboard): Use a new image of a cute cat.
|
|
A lot of improvements.
|
|
Now I don't have to use a special command to launch Emacs. And the
configuration files are placed in the normal position now.
|
|
In the course of configuring Emacs there are numerous changes to make.
This is one regular step.
|
|
|