19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
;;
;; Start browsing a board by invoking M-x `sbbs'.
;; Open a board
;;; Code:
(require 'tabulated-list)
(require 'button)
(require 'url)
(require 'hl-line)
(require 'rx)
;; CUSTOMIZABLE DATA
|
>
|
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
;;
;; Start browsing a board by invoking M-x `sbbs'.
;; Open a board
;;; Code:
(require 'text-property-search)
(require 'tabulated-list)
(require 'button)
(require 'url)
(require 'hl-line)
(require 'rx)
;; CUSTOMIZABLE DATA
|