Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

Commit

Permalink
Comments only. Add some section headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
nominolo committed Mar 5, 2009
1 parent 340589c commit f8b6114
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions emacs/scion.el
Original file line number Diff line number Diff line change
Expand Up @@ -2018,6 +2018,7 @@ installed packages (However, not of the current project.)"
(+ (* (float (ash 1 16)) s0) (float s1) (* 0.0000001 s2)))))))

;;;---------------------------------------------------------------------------
;;;; Flycheck (background type checking)

(make-variable-buffer-local
(defvar scion-flycheck-timer nil
Expand Down Expand Up @@ -2149,6 +2150,9 @@ forces it to be off. NIL toggles the current state."
(setq scion-mode-line stats-str)
(force-mode-line-update)))

;;;---------------------------------------------------------------------------
;;;; To be sorted

(defun scion-thing-at-point ()
(interactive)
(let ((filename (buffer-file-name))
Expand Down

0 comments on commit f8b6114

Please sign in to comment.