Age | Commit message (Collapse) | Author |
|
|
|
* dashboard.el (dashboard): Put the cursor at the start of the buffer.
(dashboard-mode): Use a dedicated `mode-line-format`.
|
|
I find it more pleasing than my hand-writing, haha.
|
|
* dashboard.el (dashboard-cat-text, dashboard, dashboard-mode)
(dont-kill-dashboard-fn): Now the dashboard displays a picture of the
मन्त्र of bodhicitta, as well as the mantra in six syllables in
devanagari. I am quite pleased by this change.
|
|
* dashboard.el (dashboard-center-string): Now use a dedicated function
for the purpose of centering strings. This was originally done by
the function `center-string-in-width` in text-conf, but that
function behaved weirdly for some reason.
(dashboard): Adapt the function for correct centering effect.
|
|
* dashboard.el (dashboard): My dashboard has an image at the center of
the buffer. Since I now know how to center the image at the center
with pixel-level precision, this is updated.
|
|
* dashboard.el (dashboard-mode-map): Bind the following for the sake
of convenience.
- f: find-file
- F: find-file-other-tab
- h: durand-ibuffer
|
|
I bound to the wrong key the last time.
|
|
* dashboard.el (dashboard-mode-map): Bind it to a short name so that
the calls to `define-key` can fit in one line.
|
|
* dashboard.el (dont-kill-dashboard-fn): I prefer to display sanskrit
here.
|
|
* dashboard.el (dashboard-mode-map): Now I want to capture my account
information regularly, so it is useful to have a convenient binding.
|
|
I wonder why I did not bind this earlier.
|
|
* 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.
|
|
|