Mike Pence breaks with Trump over Indiana state Senate endorsement
Former Vice President Mike Pence has weighed in on the endorsement wars in an Indiana state Senate race, putting himself once again at odds with his former boss, President Donald Trump.
Pence endorsed incumbent state Sen. Jim Buck, R-Kokomo, for reelection to his seat, where he faces competition from Trump-endorsed candidate Tracey Powell. This is one of eight state senate races in which Trump has backed a newcomer in retribution for the office holder’s decision to vote against his push for mid-decade redistricting last year.
“I have known State Senator Jim Buck throughout my years serving Indiana from the State House to the White House, and I have always seen him as a man of integrity and one of Indiana’s most conservative state legislators,” Pence said in a statement April 10.
Pence called Buck a “committed Christian” and “principled conservative” who’s always stood for anti-abortion causes, tax cuts, gun rights and a balanced budget.
Buck’s is a seat he’s held comfortably, without primary competition, since 2008. Before that, Buck was a state representative since 1994.
On the May 5 ballot, he’ll face Powell, a chiropractor, Tipton County commissioner since 2020 and a member of the Indiana County Commissioners Association.
Trump’s involvement in these low-level races has elevated them to the national stage and attracted millions in investments from outside groups like Turning Point Action and Club For Growth. Other heavy hitters, like former Indiana Gov. Mitch Daniels and now Pence, have rallied to the other side, defending incumbents.
Daniels was and is unequivocally against redistricting, but Pence hadn’t made clear his position on it, saying publicly only that he thinks the decision should be up to the states.
Buck told IndyStar he doesn’t see this endorsement as signifying any change in that positioning. Pence simply called him up and asked if there was anything he could do to help, Buck said. The two have known each other since before Pence was elected to any office.
“That endorsement didn’t come with the yes or no vote (on redistricting),” Buck said. “He just knows me.”
“Friends stick together, and friends know each other,” he added. “I’m just tickled that he chose to get on board.”
Contact Statehouse reporter Kayla Dwyer at kdwyer@indystar.com or follow her on X @kayla_dwyer17.
(function () { let route = window.ga_data.route, headline = route.headline || document.title, url = route.url, sponsoredText = (route.sponsoredSeries || route.sponsoredStory) ? 'Story From ' + route.sponsoredName + ': ' : '';
nsbFacebookURL(url, headline); nsbTwitterURL(url, headline, sponsoredText); nsbEmailURL(url, headline, sponsoredText); nsbSMSURL(url, headline, sponsoredText);
function nsbFacebookURL(url, headline) { let ele = document.querySelectorAll('.nsb-facebook'); if (!ele) return;
nsbSetLink(ele, `https://www.facebook.com/dialog/feed?app_id=${window.ga_data.site.facebook.appid}&redirect_uri=${window.location.href}&link=${url}&name=${encodeURIComponent(headline)}`); }
function nsbTwitterURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-twitter'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`); nsbSetLink(ele, `https://twitter.com/intent/tweet?text=${text} ${url} via @${window.ga_data.site.twitter.primary_account}`); }
function nsbEmailURL(url, headline, sponsoredText) { let description = document.querySelector('meta[name="description"]') ? encodeURIComponent(document.querySelector('meta[name="description"]').getAttribute('content')) : null, siteName = window.ga_data.site.publicationName, text = encodeURIComponent(`${sponsoredText}${headline}`);
if (!description && text) ele.remove(); else nsbSetLink(document.querySelectorAll('.nsb-email'), `mailto:?subject=${siteName} ${text}&body=From ${siteName}%0D%0A${text}%0D%0A${description}%0D%0A%0D%0A${url}%0D%0A%0D%0A%0D%0A%0D%0A`); }
function nsbSMSURL(url, headline, sponsoredText) { let ele = document.querySelectorAll('.nsb-text'); if (!ele) return;
let text = encodeURIComponent(`${sponsoredText}${headline}`) + '%0A%0A'; nsbSetLink(ele, `sms:?&body=${text}${encodeURIComponent(url)}`); }
function nsbSetLink (ele, url) { let links = ele; links.forEach(link => { link.setAttribute('href', url); }); } })();
function fireNavShareAnalytics (type) { try { let analytics = document.getElementById("pageAnalytics"), section = ga_data.route.sectionName || ga_data.route.ssts.split('/')[0]; if (analytics) { analytics.fireEvent(`${ga_data.route.basePageType}:${section}:nav-share-buttons:${type}`); } else { if (window.newrelic) window.newrelic.noticeError('page analytics tag not found'); } } catch (e) { if (window.newrelic) window.newrelic.noticeError(e); } }