Try beacon-mode

master
Jacopo De Simoi 8 years ago
parent 7daf87d64e
commit f275428354
  1. 3
      .gitmodules
  2. 1
      beacon
  3. 2
      custom.el
  4. 4
      global.org

3
.gitmodules vendored

@ -73,3 +73,6 @@
[submodule "emacs-websocket"]
path = emacs-websocket
url = https://github.com/ahyatt/emacs-websocket
[submodule "beacon"]
path = beacon
url = https://github.com/Malabarba/beacon

@ -0,0 +1 @@
Subproject commit 729338b02a0e331a4faf475da9f54771a3470106

@ -9,6 +9,8 @@
'(TeX-newline-function (quote reindent-then-newline-and-indent))
'(auto-save-file-name-transforms (quote ((".*" "~/.emacs.d/autosaves/\\1" t))))
'(backup-directory-alist (quote ((".*" . "~/.emacs.d/backup/"))))
'(beacon-blink-duration 0.15)
'(beacon-color "#969696")
'(bibretrieve-backends (quote (("msn" . 9) ("mrl" . 8) ("arxiv" . 5))))
'(bsn-backends (quote (msn)))
'(case-fold-search t)

@ -986,6 +986,10 @@
(add-to-list 'auto-mode-alist '("\\.qml\\'" . qml-mode))
#+END_SRC
* Specialties
** beacon
=beacon= is a package that helps finding the point when switching
buffers. I like the idea but the aesthetics is a bit baroque. I
should do the same with =flash-hline=
** flash-hline
This function is defined to help in training with new keybindings. It
acts as a visual bell which flashes the current line. It is (arbitrarily)

Loading…
Cancel
Save