From 6c7093fd2b9e0bc411e350b009a96fbe1ee53e27 Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Sun, 4 Jan 2015 11:36:48 -0200 Subject: Add switchto to sx-load --- sx-load.el | 1 + 1 file changed, 1 insertion(+) (limited to 'sx-load.el') diff --git a/sx-load.el b/sx-load.el index e7cb6b0..8de4374 100644 --- a/sx-load.el +++ b/sx-load.el @@ -43,6 +43,7 @@ sx-request sx-search sx-site + sx-switchto sx-tab )) -- cgit v1.2.3 From 9a06e13b4e52b18fb2dd0ed9b759cecd863af169 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 4 Jan 2015 12:21:50 -0500 Subject: Declare lexical binding on all files --- sx-cache.el | 2 +- sx-encoding.el | 2 +- sx-load.el | 2 +- sx-time.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sx-load.el') diff --git a/sx-cache.el b/sx-cache.el index 51c2267..e68397d 100644 --- a/sx-cache.el +++ b/sx-cache.el @@ -1,4 +1,4 @@ -;;; sx-cache.el --- caching +;;; sx-cache.el --- caching -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred diff --git a/sx-encoding.el b/sx-encoding.el index 0e66677..795f175 100644 --- a/sx-encoding.el +++ b/sx-encoding.el @@ -1,4 +1,4 @@ -;;; sx-encoding.el --- encoding +;;; sx-encoding.el --- encoding -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred diff --git a/sx-load.el b/sx-load.el index e7cb6b0..9df975d 100644 --- a/sx-load.el +++ b/sx-load.el @@ -1,4 +1,4 @@ -;;; sx-load.el --- Load all files of the sx package. +;;; sx-load.el --- Load all files of the sx package. -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Artur Malabarba diff --git a/sx-time.el b/sx-time.el index 3de124d..e05d95a 100644 --- a/sx-time.el +++ b/sx-time.el @@ -1,4 +1,4 @@ -;;; sx-time.el --- time +;;; sx-time.el --- time -*- lexical-binding: t; -*- ;; Copyright (C) 2014 Sean Allred -- cgit v1.2.3