branch: elpa/orgit
commit 79ed3337ab0ca3d5018732dcdabfbf700c4822d9
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Put eval-when-compile and require on one line
    
    I like that when grepping for such usage.
---
 orgit.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/orgit.el b/orgit.el
index 3df3083bfd..69ef31570f 100644
--- a/orgit.el
+++ b/orgit.el
@@ -100,8 +100,7 @@
 (unless (fboundp 'org-link-store-props)
   (defalias 'org-link-store-props 'org-store-link-props))
 
-(eval-when-compile
-  (require 'subr-x))
+(eval-when-compile (require 'subr-x))
 
 ;;; Options
 

Reply via email to