mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-21 e75a20334813452c6912c090d70a0de2c805f94d
commit | author | age
76bbd0 1 ;; Object semanticdb-project-database-file
C 2 ;; SEMANTICDB Tags save file
3 (semanticdb-project-database-file "semanticdb-project-database-file"
4   :tables
5   (list
6     (semanticdb-table "semanticdb-table"
7       :major-mode emacs-lisp-mode
8       :tags nil
9       :file "org-bullets-autoloads.el"
10       :pointmax 361
e75a20 11       :fsize 701
C 12       :lastmodtime '(23537 23652 0 0)
76bbd0 13       :unmatched-syntax nil)
C 14     (semanticdb-table "semanticdb-table"
e75a20 15       :major-mode emacs-lisp-mode
C 16       :tags 
17         '( ("org-bullets" customgroup (:user-visible-flag t) nil [1068 1160])
18             ("org-bullets-bullet-list" variable (:default-value (quote ("◉" "○" "✸" "✿"))) nil [1310 1640])
19             ("org-bullets-face-name" variable nil nil [1642 1863])
20             ("org-bullets-bullet-map" variable (:default-value (make-sparse-keymap)) nil [1865 1917])
21             ("org-bullets-level-char" function (:arguments ("level")) nil [1919 2080])
22             ("org-bullets--keywords" variable (:default-value (\` (("^\\*+ " (0 (let* ((level (- (match-end 0) (match-beginning 0) 1)) (is-inline-task (and (boundp (quote org-inlinetask-min-level)) (>= level org-inlinetask-min-level)))) (compose-region (- (match-end 0) 2) (- (match-end 0) 1) (org-bullets-level-char level)) (when is-inline-task (compose-region (- (match-end 0) 3) (- (match-end 0) 2) (org-bullets-level-char level))) (when (facep org-bullets-face-name) (put-text-property (- (match-end 0) (if is-inline-task 3 2)) (- (match-end 0) 1) (quote face) org-bullets-face-name)) (put-text-property (match-beginning 0) (- (match-end 0) 2) (quote face) (list :foreground (face-attribute (quote default) :background))) (put-text-property (match-beginning 0) (match-end 0) (quote keymap) org-bullets-bullet-map) nil)))))) nil [2082 3444])
23             ("define-minor-mode" code nil nil [3461 3946])
24             ("org-bullets--fontify-buffer" function nil nil [3948 4255])
25             ("org-bullets" package nil nil [4257 4279]))          
76bbd0 26       :file "org-bullets.el"
e75a20 27       :pointmax 4362
C 28       :fsize 4407
29       :lastmodtime '(23537 23652 0 0)
30       :unmatched-syntax nil))
76bbd0 31   :file "!drive_c!Users!joelg!.emacs.d!elpa!org-bullets-20180208.2343!semantic.cache"
C 32   :semantic-tag-version "2.0"
33   :semanticdb-version "2.2")