Remove .yas-setup.el for java-mode
This commit is contained in:
parent
53eb32ea16
commit
b8e85a42c7
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
|||
(defun yas-java-project-package ()
|
||||
(or (and (eq major-mode 'java-mode)
|
||||
(+java-current-package))
|
||||
""))
|
||||
|
||||
(defun yas-java-class-name ()
|
||||
(or (and (eq major-mode 'java-mode)
|
||||
(+java-current-class))
|
||||
""))
|
Loading…
Add table
Add a link
Reference in a new issue